Uses of Enum
com.objectsql.support.OperatorType
Packages that use OperatorType
-
Uses of OperatorType in com.objectsql.option
Methods in com.objectsql.option with parameters of type OperatorTypeModifier and TypeMethodDescriptionMySQLOptions.getColumnWithOperator(OperatorType operatorType, String name, String value) OracleOptions.getColumnWithOperator(OperatorType operatorType, String name, String value) SQLServerOptions.getColumnWithOperator(OperatorType operatorType, String name, String value) MySQLOptions.getColumnWithOperatorAndFunction(String function, boolean inFunction, OperatorType operatorType, String name, String value) OracleOptions.getColumnWithOperatorAndFunction(String function, boolean inFunction, OperatorType operatorType, String name, String value) SQLServerOptions.getColumnWithOperatorAndFunction(String function, boolean inFunction, OperatorType operatorType, String name, String value) -
Uses of OperatorType in com.objectsql.support
Methods in com.objectsql.support that return OperatorTypeModifier and TypeMethodDescriptionColumn.getType()static OperatorTypeReturns the enum constant of this type with the specified name.static OperatorType[]OperatorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.objectsql.support with parameters of type OperatorTypeModifier and TypeMethodDescriptionOptions.getColumnWithOperator(OperatorType operatorType, String name, String value) Options.getColumnWithOperatorAndFunction(String function, boolean inFunction, OperatorType operatorType, String name, String value) Column.operator(OperatorType type) voidColumn.setType(OperatorType type)