|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaInterface | |
---|---|
com.sas.storage.olap | Provides a set of interfaces for accessing OLAP data. |
com.sas.storage.olap.sasmdx | Provides a set of classes for accessing OLAP data from the SAS OLAP Server. |
Uses of SchemaInterface in com.sas.storage.olap |
---|
Methods in com.sas.storage.olap that return SchemaInterface | |
---|---|
SchemaInterface |
CubeInterface.getSchema()
Returns the name of the schema to which the cube belongs. |
SchemaInterface |
MetadataInterface.getSchema(Filter filter)
Returns the schema with the appropriate restrictions |
SchemaInterface[] |
MetadataInterface.getSchemas()
Returns the schemas for this server's database. |
SchemaInterface[] |
MetadataInterface.getSchemas(Filter filter)
Returns the schema(s) with the appropriate restrictions |
Uses of SchemaInterface in com.sas.storage.olap.sasmdx |
---|
Classes in com.sas.storage.olap.sasmdx that implement SchemaInterface | |
---|---|
class |
Schema
Contains the client side implementation for com.sas.storage.olap.SchemaInterface. |
Fields in com.sas.storage.olap.sasmdx declared as SchemaInterface | |
---|---|
protected SchemaInterface |
Cube.schema
|
Methods in com.sas.storage.olap.sasmdx that return SchemaInterface | |
---|---|
SchemaInterface |
Cube.getSchema()
Returns the schema for this cube. |
SchemaInterface |
Metadata.getSchema(Filter filter)
Return the schema that match the filter restriction |
SchemaInterface[] |
Metadata.getSchemas()
Return all the schemas for this connection |
SchemaInterface[] |
Metadata.getSchemas(Filter filter)
Return the schemas that match the filter restriction |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |