|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerProperties | |
---|---|
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.serverprop | Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions. |
Uses of ServerProperties in com.sas.iquery.metadata |
---|
Methods in com.sas.iquery.metadata that return ServerProperties | |
---|---|
ServerProperties |
IntelligentQueryMetadataServiceInterface.getPropertiesForServer(com.sas.services.session.SessionContextInterface session,
com.sas.iquery.metadata.physical.SoftwareServer server)
Returns the ServerProperties defined for the type of the given server or null if none defined for the given type of server. |
ServerProperties |
IntelligentQueryMetadataServiceInterface.getPropertiesForServer(com.sas.services.session.SessionContextInterface session,
java.lang.String id)
Returns the ServerProperties defined for given id or null if none defined for the given id. |
Uses of ServerProperties in com.sas.iquery.metadata.business |
---|
Methods in com.sas.iquery.metadata.business that return ServerProperties | |
---|---|
ServerProperties |
BusinessModel.getServerProperties()
Returns the ServerProperties object usable in defining business items contained within this model. |
Uses of ServerProperties in com.sas.iquery.metadata.expr |
---|
Methods in com.sas.iquery.metadata.expr with parameters of type ServerProperties | |
---|---|
boolean |
StringExpression.containsAggregateFunction(ServerProperties serverProperties)
Checks to see if the text contains one of the server's aggregate functions |
boolean |
ResourceAwareStringExpression.containsAggregateFunction(ServerProperties serverProperties)
Checks to see if the text contains one of the server's aggregate functions |
Uses of ServerProperties in com.sas.iquery.metadata.serverprop |
---|
Methods in com.sas.iquery.metadata.serverprop that return types with arguments of type ServerProperties | |
---|---|
static java.util.List<ServerProperties> |
ServerProperties.readServerProperties()
Read Server Properties from a Default properties file |
static java.util.List<ServerProperties> |
ServerProperties.readServerProperties(java.io.InputStream dataStream)
Read Server Properties from the specified Stream |
|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |