Package | Description |
---|---|
com.akiban.sql.types |
Modifier and Type | Method and Description |
---|---|
RoutineAliasInfo.SQLAllowed |
RoutineAliasInfo.getSQLAllowed() |
static RoutineAliasInfo.SQLAllowed |
RoutineAliasInfo.SQLAllowed.valueOf(java.lang.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.
|
Constructor and Description |
---|
RoutineAliasInfo(java.lang.String methodName,
int parameterCount,
java.lang.String[] parameterNames,
DataTypeDescriptor[] parameterTypes,
int[] parameterModes,
int dynamicResultSets,
java.lang.String language,
java.lang.String parameterStyle,
RoutineAliasInfo.SQLAllowed sqlAllowed,
boolean deterministic,
boolean definersRights,
boolean calledOnNullInput,
DataTypeDescriptor returnType)
Create a RoutineAliasInfo for a PROCEDURE or FUNCTION
|
Copyright © 2013. All Rights Reserved.