Uses of Class
com.sas.iquery.metadata.serverprop.ParameterType

Packages that use ParameterType
com.sas.iquery.metadata.serverprop Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions. 
 

Uses of ParameterType in com.sas.iquery.metadata.serverprop
 

Fields in com.sas.iquery.metadata.serverprop declared as ParameterType
static ParameterType ParameterType.PARM_ANY
           
static ParameterType ParameterType.PARM_ANY_CHAR1_LITERAL
           
static ParameterType ParameterType.PARM_ARRAY
           
static ParameterType ParameterType.PARM_BITSTRING
           
static ParameterType ParameterType.PARM_BOOL_EXPR
           
static ParameterType ParameterType.PARM_CHAR
           
static ParameterType ParameterType.PARM_COUNT
           
static ParameterType ParameterType.PARM_DATE
           
static ParameterType ParameterType.PARM_DELIMITER
           
static ParameterType ParameterType.PARM_DIMENSION
           
static ParameterType ParameterType.PARM_DISTANCE
           
static ParameterType ParameterType.PARM_ENUMERATION
           
static ParameterType ParameterType.PARM_HIERARCHY
           
static ParameterType ParameterType.PARM_INDEX
           
static ParameterType ParameterType.PARM_INTERVAL_DT
           
static ParameterType ParameterType.PARM_INTERVAL_YM
           
static ParameterType ParameterType.PARM_LEVEL
           
static ParameterType ParameterType.PARM_LOGICAL
           
static ParameterType ParameterType.PARM_MEMBER
           
static ParameterType ParameterType.PARM_MEMBER_NAME
           
static ParameterType ParameterType.PARM_NUMERIC
           
static ParameterType ParameterType.PARM_OLAP_NUMERIC_EXPRESSION
           
static ParameterType ParameterType.PARM_OLAP_STRING_EXPRESSION
           
static ParameterType ParameterType.PARM_OLAP_VALUE_EXPRESSION
           
static ParameterType ParameterType.PARM_PATTERN
           
static ParameterType ParameterType.PARM_PERCENTAGE
           
static ParameterType ParameterType.PARM_SET
           
static ParameterType ParameterType.PARM_START
           
static ParameterType ParameterType.PARM_TIME
           
static ParameterType ParameterType.PARM_TIMESTAMP
           
static ParameterType ParameterType.PARM_TUPLE
           
static ParameterType ParameterType.PARM_UDF
           
static ParameterType ParameterType.PARM_UNQUOTED_CHAR
           
static ParameterType ParameterType.PARM_VALUE
           
static ParameterType ParameterType.THEN_BOOL_EXPR
           
static ParameterType ParameterType.THEN_CHAR
           
static ParameterType ParameterType.THEN_DATE
           
static ParameterType ParameterType.THEN_INTERVAL_DT
           
static ParameterType ParameterType.THEN_INTERVAL_YM
           
static ParameterType ParameterType.THEN_NUMERIC
           
static ParameterType ParameterType.THEN_TIME
           
static ParameterType ParameterType.THEN_TIMESTAMP
           
 

Fields in com.sas.iquery.metadata.serverprop with type parameters of type ParameterType
static java.util.List<ParameterType> ParameterType.ALL_PARAMETER_TYPES
           
static java.util.List<ParameterType> ParameterType.WHENTHEN_TYPES
           
 

Methods in com.sas.iquery.metadata.serverprop that return ParameterType
static ParameterType ParameterType.fromPersistentForm(java.lang.String str)
          Returns the object corresponding to the persistent form of the object's string
 ParameterType FunctionSignature.getReturnType()
          Returns the ParameterType object describing the type returned for this function signature.
 ParameterType Parameter.getType()
          Return this parameter's type
 

Methods in com.sas.iquery.metadata.serverprop with parameters of type ParameterType
 java.util.List<Function> ServerProperties.getAggregationFunctions(ParameterType type)
          Get a list of aggregate functions sorted by the function label.
 java.util.List<Function> ServerProperties.getFunctions(Category category, ParameterType type)
          Returns all the functions defined for the given category and parameter type, including operators.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.