Uses of Package
com.sas.iquery.metadata.serverprop

Packages that use com.sas.iquery.metadata.serverprop
com.sas.iquery.dataservices Provides utility classes and methods that are used to read information maps and retrieve filter values. 
com.sas.iquery.metadata Top-level package for SAS Query Services's three models, the business model, physical model, and expression model, which are all used in defining information maps and data selections. 
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
com.sas.iquery.metadata.expr Provides classes that are used to model expressions, which are used to compose data items and filters. 
com.sas.iquery.metadata.expr.relational Provides classes that are used to model relational database expressions which are typically used when defining the expression portion of filters. 
com.sas.iquery.metadata.serverprop Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions. 
 

Classes in com.sas.iquery.metadata.serverprop used by com.sas.iquery.dataservices
Function
          Models a function definition that can be used within expressions to perform more complex queries.
FunctionNameID
          Defines "constants" that can be used to retrieve specific function definitions from a ServerProperties object.
 

Classes in com.sas.iquery.metadata.serverprop used by com.sas.iquery.metadata
ServerProperties
          Contains a set of function and operator definitions, along with attributes that describe a particular type of data server that is supported by SAS Query Services.
 

Classes in com.sas.iquery.metadata.serverprop used by com.sas.iquery.metadata.business
Function
          Models a function definition that can be used within expressions to perform more complex queries.
ServerProperties
          Contains a set of function and operator definitions, along with attributes that describe a particular type of data server that is supported by SAS Query Services.
 

Classes in com.sas.iquery.metadata.serverprop used by com.sas.iquery.metadata.expr
ConnectionType
          Defines the types of connections to data servers that are supported by SAS Query Services.
Function
          Models a function definition that can be used within expressions to perform more complex queries.
FunctionSignature
          Models a single signature for a function or operator definition.
ServerProperties
          Contains a set of function and operator definitions, along with attributes that describe a particular type of data server that is supported by SAS Query Services.
 

Classes in com.sas.iquery.metadata.serverprop used by com.sas.iquery.metadata.expr.relational
ConnectionType
          Defines the types of connections to data servers that are supported by SAS Query Services.
 

Classes in com.sas.iquery.metadata.serverprop used by com.sas.iquery.metadata.serverprop
Category
          Defines categories or groupings of function and operator definitions that are found within a ServerProperties object.
ConnectionType
          Defines the types of connections to data servers that are supported by SAS Query Services.
Function
          Models a function definition that can be used within expressions to perform more complex queries.
FunctionNameID
          Defines "constants" that can be used to retrieve specific function definitions from a ServerProperties object.
FunctionSignature
          Models a single signature for a function or operator definition.
Operator
          Models an operator definition that can be used within expressions to perform more complex queries.
Parameter
          Models a single parameter definition; this class is typically used within a function or operator signature.
ParameterType
          Models parameter type information and contains constants for the different parameter types for the functions and operators that are recognized by SAS Query Services.
ServerAttribute
          Contains "constant" attributes that are used to retrieve information about server capabilities from a ServerProperties object.
ServerProperties
          Contains a set of function and operator definitions, along with attributes that describe a particular type of data server that is supported by SAS Query Services.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.