Uses of Class
com.akiban.sql.types.RoutineAliasInfo.SQLAllowed

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
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.