Enum Class的使用
org.elsfs.tool.sql.condition.LikeType
使用LikeType的程序包
-
org.elsfs.tool.sql.condition中LikeType的使用
修饰符和类型方法说明static LikeTypeReturns the enum constant of this class with the specified name.static LikeType[]LikeType.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为LikeType的org.elsfs.tool.sql.condition中的构造器限定符构造器说明LikeConditionItem(SqlParameterManager sqlParameterManager, LikeType likeType, String leftField, String likeValue) 构造函数NotLikeConditionItem(SqlParameterManager sqlParameterManager, LikeType likeType, String leftField, String likeValue)