Enum Class的使用
cn.vonce.sql.enumerate.SqlOperator
使用SqlOperator的程序包
-
cn.vonce.sql.bean中SqlOperator的使用
返回SqlOperator的cn.vonce.sql.bean中的方法参数类型为SqlOperator的cn.vonce.sql.bean中的方法参数类型为SqlOperator的cn.vonce.sql.bean中的构造器限定符构造器说明ConditionInfo(SqlLogic sqlLogic, Column column, Object value, SqlOperator sqlOperator) ConditionInfo(SqlLogic sqlLogic, String tableAlias, String columnName, Object value, SqlOperator sqlOperator) -
cn.vonce.sql.enumerate中SqlOperator的使用
修饰符和类型方法说明static 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. -
cn.vonce.sql.helper中SqlOperator的使用
参数类型为SqlOperator的cn.vonce.sql.helper中的构造器限定符构造器说明Cond(Column column, SqlOperator sqlOperator, Object value) Cond(String tableAlias, String name, SqlOperator sqlOperator, Object value)