Uses of Enum Class
com.hades.model.enumeration.relational.QueryKeyOperators
Packages that use QueryKeyOperators
-
Uses of QueryKeyOperators in com.hades.builder.sqlCommand
Methods in com.hades.builder.sqlCommand with parameters of type QueryKeyOperatorsModifier and TypeMethodDescriptiondefault StringSQLUtils.addQueryKeyOperator(QueryKeyOperators queryKeyOperators) -
Uses of QueryKeyOperators in com.hades.model.enumeration.relational
Methods in com.hades.model.enumeration.relational that return QueryKeyOperatorsModifier and TypeMethodDescriptionstatic QueryKeyOperatorsReturns the enum constant of this class with the specified name.static QueryKeyOperators[]QueryKeyOperators.values()Returns an array containing the constants of this enum class, in the order they are declared.