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