|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoutineAliasInfo.SQLAllowed | |
|---|---|
| com.akiban.sql.types | |
| Uses of RoutineAliasInfo.SQLAllowed in com.akiban.sql.types |
|---|
| Methods in com.akiban.sql.types that return RoutineAliasInfo.SQLAllowed | |
|---|---|
RoutineAliasInfo.SQLAllowed |
RoutineAliasInfo.getSQLAllowed()
|
static RoutineAliasInfo.SQLAllowed |
RoutineAliasInfo.SQLAllowed.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RoutineAliasInfo.SQLAllowed[] |
RoutineAliasInfo.SQLAllowed.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.akiban.sql.types with parameters of type RoutineAliasInfo.SQLAllowed | |
|---|---|
RoutineAliasInfo(String methodName,
int parameterCount,
String[] parameterNames,
DataTypeDescriptor[] parameterTypes,
int[] parameterModes,
int dynamicResultSets,
String language,
String parameterStyle,
RoutineAliasInfo.SQLAllowed sqlAllowed,
boolean deterministic,
boolean definersRights,
boolean calledOnNullInput,
DataTypeDescriptor returnType)
Create a RoutineAliasInfo for a PROCEDURE or FUNCTION |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||