|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaInterface
Represents the metadata in a multidimensional schema. The schema is the top level element that is surfaced by the OLAP metadata interfaces. In addition to the basic information about the schema itself, the parent and child interfaces can also be retrieved directly from the SchemaInterface. In this case, the schema represents the top level, so no parent elements are available; however, an array of cubes can be retrieved. The schema may also be bound to an instance of the MetadataInterface, which is accessible from the getMetadata() method.
MetadataInterface
,
CubeInterface
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 |
---|
java.lang.String getName() throws OLAPException
OLAPException
- if a database error occursjava.lang.String getLabel() throws OLAPException
OLAPException
- if a database error occursCubeInterface[] getCubes() throws OLAPException
OLAPException
- if a database error occursFilter getFilter() throws OLAPException
OLAPException
- if a database error occursMetadataInterface getMetadata() throws OLAPException
OLAPException
- if a database error occurs
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |