Uses of Class
org.eclipse.wst.rdb.internal.models.sql.routines.FunctionType

Packages that use FunctionType
org.eclipse.wst.rdb.internal.models.sql.routines   
 

Uses of FunctionType in org.eclipse.wst.rdb.internal.models.sql.routines
 

Fields in org.eclipse.wst.rdb.internal.models.sql.routines declared as FunctionType
static FunctionType FunctionType.BUILT_IN_LITERAL
          The 'BUILT IN' literal object.
static FunctionType FunctionType.USER_DEFINED_LITERAL
          The 'USER DEFINED' literal object.
static FunctionType FunctionType.METHOD_LITERAL
          The 'METHOD' literal object.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines that return FunctionType
static FunctionType FunctionType.get(java.lang.String name)
          Returns the 'Function Type' literal with the specified name.
static FunctionType FunctionType.get(int value)
          Returns the 'Function Type' literal with the specified value.