public static enum SQLPhrase.SQLExpress extends Enum<SQLPhrase.SQLExpress>
public static final SQLPhrase.SQLExpress IN
public static final SQLPhrase.SQLExpress NOT_IN
public static final SQLPhrase.SQLExpress EQUAL
public static final SQLPhrase.SQLExpress NOT_EQUAL
public static final SQLPhrase.SQLExpress LT
public static final SQLPhrase.SQLExpress LTE
public static final SQLPhrase.SQLExpress GT
public static final SQLPhrase.SQLExpress GTE
public static final SQLPhrase.SQLExpress LIKE
public static final SQLPhrase.SQLExpress BETWEEN_AND
public static SQLPhrase.SQLExpress[] values()
for (SQLPhrase.SQLExpress c : SQLPhrase.SQLExpress.values()) System.out.println(c);
public static SQLPhrase.SQLExpress valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.