static enum SqlMetaSqlFragment.Type extends Enum<SqlMetaSqlFragment.Type>
{== and
{=.| Enum Constant and Description |
|---|
COLUMNS
The type for the element prefix
{= columns. |
SET
The type for the element prefix
{= set. |
VALUES
The type for the element prefix
{= values. |
WHERE
The type for the element prefix
{= where. |
| Modifier and Type | Method and Description |
|---|---|
static SqlMetaSqlFragment.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMetaSqlFragment.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlMetaSqlFragment.Type WHERE
{= where.public static final SqlMetaSqlFragment.Type SET
{= set.public static final SqlMetaSqlFragment.Type VALUES
{= values.public static final SqlMetaSqlFragment.Type COLUMNS
{= columns.public static SqlMetaSqlFragment.Type[] values()
for (SqlMetaSqlFragment.Type c : SqlMetaSqlFragment.Type.values()) System.out.println(c);
public static SqlMetaSqlFragment.Type 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 nullCopyright © 2016. All rights reserved.