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

com.xiaoleilu.hutool.db.sql.LogicalOperator Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
package com.xiaoleilu.hutool.db.sql;

/**
 * 逻辑运算符
 * @author Looly
 *
 */
public enum LogicalOperator{
	/** 且,两个条件都满足 */
	AND,
	/** 或,满足多个条件的一个即可 */
	OR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy