Uses of Enum Class
overit.geocall.sql.code.criterion.SqlOperator
Packages that use SqlOperator
Package
Description
-
Uses of SqlOperator in overit.geocall.basic.ui.control
Fields in overit.geocall.basic.ui.control with type parameters of type SqlOperatorMethods in overit.geocall.basic.ui.control that return types with arguments of type SqlOperatorModifier and TypeMethodDescriptionprotected Set<SqlOperator> Input.getFilterCriteriaToRemove(Set<overit.geocall.ux.configurability.UIProperty> properties) protected Set<SqlOperator> InputDecoder.getFilterCriteriaToRemove(Set<overit.geocall.ux.configurability.UIProperty> properties) protected Set<SqlOperator> InputLookup.getFilterCriteriaToRemove(Set<overit.geocall.ux.configurability.UIProperty> properties) -
Uses of SqlOperator in overit.geocall.da
Methods in overit.geocall.da that return SqlOperatorModifier and TypeMethodDescriptionSqlCondition.sqlOperator()Returns the value of thesqlOperatorrecord component.Constructors in overit.geocall.da with parameters of type SqlOperatorModifierConstructorDescriptionSqlCondition(String fieldName, String prefix, SqlOperator sqlOperator, String valuePlaceholder, Object value) Creates a newSqlConditionusing the provided arguments. -
Uses of SqlOperator in overit.geocall.sql.code.criterion
Methods in overit.geocall.sql.code.criterion that return SqlOperatorModifier and TypeMethodDescriptionstatic SqlOperatorReturns the enum constant of this class with the specified name.static SqlOperator[]SqlOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.sql.code.criterion that return types with arguments of type SqlOperator