cn.vonce.sql.enumerate.SqlLogic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
The newest version!
package cn.vonce.sql.enumerate;
/**
* Sql 逻辑
*
* @author Jovi
* @email [email protected]
* @version 1.0
* @date 2018年4月16日下午7:13:25
*/
public enum SqlLogic {
OR, AND, ORBracket, ANDBracket
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy