All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gu.sql2java.wherehelper.LikeOp Maven / Gradle / Ivy

package gu.sql2java.wherehelper;

/**
 * LIKE操作符模糊匹配方式
 * @author guyadong
 * @since 3.25.0
 */
public enum LikeOp {
	/** 两侧匹配 */DEFAULT,/** 左侧匹配 */LEFT,/** 右侧匹配 */RIGHT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy