Uses of Enum Class
com.hades.model.enumeration.relational.QueryKeyWords
Packages that use QueryKeyWords
-
Uses of QueryKeyWords in com.hades.builder.sqlCommand
Methods in com.hades.builder.sqlCommand with parameters of type QueryKeyWordsModifier and TypeMethodDescriptiondefault StringSQLUtils.addQueryKeyWord(QueryKeyWords queryKeyWords) default voidSQLUtils.addQueryKeyWord(StringBuilder s, QueryKeyWords queryKeyWords) -
Uses of QueryKeyWords in com.hades.model.enumeration.relational
Methods in com.hades.model.enumeration.relational that return QueryKeyWordsModifier and TypeMethodDescriptionstatic QueryKeyWordsReturns the enum constant of this class with the specified name.static QueryKeyWords[]QueryKeyWords.values()Returns an array containing the constants of this enum class, in the order they are declared.