public static enum SQLCreateViewStatement.Level extends Enum<SQLCreateViewStatement.Level>
Modifier and Type | Method and Description |
---|---|
static SQLCreateViewStatement.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLCreateViewStatement.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLCreateViewStatement.Level CASCADED
public static final SQLCreateViewStatement.Level LOCAL
public static SQLCreateViewStatement.Level[] values()
for (SQLCreateViewStatement.Level c : SQLCreateViewStatement.Level.values()) System.out.println(c);
public static SQLCreateViewStatement.Level 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 © 2013–2017 Alibaba Group. All rights reserved.