Uses of Enum
com.blackrook.sql.SQLAbstractDAO.Operator
Packages that use SQLAbstractDAO.Operator
-
Uses of SQLAbstractDAO.Operator in com.blackrook.sql
Subclasses with type arguments of type SQLAbstractDAO.Operator in com.blackrook.sqlMethods in com.blackrook.sql that return SQLAbstractDAO.OperatorModifier and TypeMethodDescriptionstatic SQLAbstractDAO.OperatorReturns the enum constant of this type with the specified name.static SQLAbstractDAO.Operator[]SQLAbstractDAO.Operator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.sql with parameters of type SQLAbstractDAO.OperatorModifier and TypeMethodDescriptionprotected static SQLAbstractDAO.CriterionSQLAbstractDAO.column(String columnName, SQLAbstractDAO.Operator operator, Object value) Creates a column operation criterion.