***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.iquery.metadata.serverprop

Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions.

See:
          Description

Class Summary
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.
 

Package com.sas.iquery.metadata.serverprop Description

Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions.   This server-type information is used to access the physical data that is specified in data sources within a business model (usually an information map). This information can be retrieved for any business model within a chain of business models (for example, a data selection) as long as a valid data source exists within the business model chain. The ServerProperties object that is returned for one business model within the chain is the same object that is returned for any business model within that chain.

Currently, there are no means for users to extend this information. Information about server properties for all the types of supported servers is loaded by SAS Query Services when the first ServerProperties object is instantiated within a Java Virtual Machine.


***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.