|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| 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 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. |
|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||