Package | Description |
---|---|
com.akiban.sql.types |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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
|
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.