public static enum RoutineAliasInfo.SQLAllowed extends java.lang.Enum<RoutineAliasInfo.SQLAllowed>
Enum Constant and Description |
---|
CONTAINS_SQL |
MODIFIES_SQL_DATA |
NO_SQL |
READS_SQL_DATA |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSQL() |
static RoutineAliasInfo.SQLAllowed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoutineAliasInfo.SQLAllowed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoutineAliasInfo.SQLAllowed MODIFIES_SQL_DATA
public static final RoutineAliasInfo.SQLAllowed READS_SQL_DATA
public static final RoutineAliasInfo.SQLAllowed CONTAINS_SQL
public static final RoutineAliasInfo.SQLAllowed NO_SQL
public static RoutineAliasInfo.SQLAllowed[] values()
for (RoutineAliasInfo.SQLAllowed c : RoutineAliasInfo.SQLAllowed.values()) System.out.println(c);
public static RoutineAliasInfo.SQLAllowed valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getSQL()
Copyright © 2013. All Rights Reserved.