|
| 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 SchemaInterfaceOLAPException - if a database error occurs
public java.lang.String getLabel()
throws OLAPException
SchemaInterface
getLabel in interface SchemaInterfaceOLAPException - if a database error occurs
public CubeInterface[] getCubes()
throws OLAPException
SchemaInterface
getCubes in interface SchemaInterfaceOLAPException - if a database error occurs
public Filter getFilter()
throws OLAPException
SchemaInterface
getFilter in interface SchemaInterfaceOLAPException - if a database error occurs
public MetadataInterface getMetadata()
throws OLAPException
SchemaInterface
getMetadata in interface SchemaInterfaceOLAPException - if a database error occurs
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||