Uses of Enum Class
com.blackrook.sql.SQLAbstractDAO.Operator
-
Uses of SQLAbstractDAO.Operator in com.blackrook.sql
Modifier 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.Modifier and TypeMethodDescriptionprotected static SQLAbstractDAO.Criterion
SQLAbstractDAO.column
(String columnName, SQLAbstractDAO.Operator operator, Object value) Creates a column operation criterion.