|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.storage.olap.sasmdx.Schema
public class Schema
Contains the client side implementation for com.sas.storage.olap.SchemaInterface. This implementation uses the IOM/OLAP interfaces provided by the SAS OLAP server. There actually aren't any remote calls in this particular class. All remote metadata calls are made from within the MetadataInterface implementation.
Method Summary | |
---|---|
CubeInterface[] |
getCubes()
Returns the cubes associated with this schema. |
Filter |
getFilter()
Returns a copy of the Filter object that was used to obtain this SchemaInterface. |
java.lang.String |
getLabel()
Returns the schema's label. |
MetadataInterface |
getMetadata()
Returns an instance of the MetadataInterface that is associated with this schema. |
java.lang.String |
getName()
Returns the schema's name. |
Method Detail |
---|
public java.lang.String getName() throws OLAPException
SchemaInterface
getName
in interface SchemaInterface
OLAPException
- if a database error occurspublic java.lang.String getLabel() throws OLAPException
SchemaInterface
getLabel
in interface SchemaInterface
OLAPException
- if a database error occurspublic CubeInterface[] getCubes() throws OLAPException
SchemaInterface
getCubes
in interface SchemaInterface
OLAPException
- if a database error occurspublic Filter getFilter() throws OLAPException
SchemaInterface
getFilter
in interface SchemaInterface
OLAPException
- if a database error occurspublic MetadataInterface getMetadata() throws OLAPException
SchemaInterface
getMetadata
in interface SchemaInterface
OLAPException
- if a database error occurs
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |