public static enum MySQLDialect.MySQLQueryTest extends Enum<MySQLDialect.MySQLQueryTest> implements Query.QueryTest
| Enum Constant and Description |
|---|
AND |
EQUALS |
GRTR_EQ_THAN |
GRTR_THAN |
LESS_EQ_THAN |
LESS_THAN |
LIKE |
NOT |
NOT_EQUALS |
OR |
| Modifier and Type | Method and Description |
|---|---|
Dialect |
dialect() |
com.hk.str.HTMLText |
print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values) |
static MySQLDialect.MySQLQueryTest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLDialect.MySQLQueryTest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetName, nametestpublic static final MySQLDialect.MySQLQueryTest EQUALS
public static final MySQLDialect.MySQLQueryTest NOT_EQUALS
public static final MySQLDialect.MySQLQueryTest LESS_THAN
public static final MySQLDialect.MySQLQueryTest LESS_EQ_THAN
public static final MySQLDialect.MySQLQueryTest GRTR_THAN
public static final MySQLDialect.MySQLQueryTest GRTR_EQ_THAN
public static final MySQLDialect.MySQLQueryTest LIKE
public static final MySQLDialect.MySQLQueryTest AND
public static final MySQLDialect.MySQLQueryTest OR
public static final MySQLDialect.MySQLQueryTest NOT
public static MySQLDialect.MySQLQueryTest[] values()
for (MySQLDialect.MySQLQueryTest c : MySQLDialect.MySQLQueryTest.values()) System.out.println(c);
public static MySQLDialect.MySQLQueryTest valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Dialect dialect()
dialect in interface Dialect.DialectOwnerCopyright © 2023. All rights reserved.