|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Catalog
Highest level element in the hierarchy of metadata objects.
A Catalog contains one or more Schema
s.
Some OLAP servers may only have one Catalog. Mondrian is one such OLAP server; its sole catalog is called "LOCALDB".
To obtain the collection of catalogs in the current server, call the
OlapConnection.getCatalogs()
method.
The hierarchy of metadata objects, rooted at the connection from which they are accessed, is as follows:
Method Summary | |
---|---|
OlapDatabaseMetaData |
getMetaData()
Retrieves the metadata describing the OLAP server that this Catalog belongs to. |
java.lang.String |
getName()
Returns the name of this Catalog. |
NamedList<Schema> |
getSchemas()
Returns a list of Schema objects which belong to
this Catalog . |
Method Detail |
---|
NamedList<Schema> getSchemas() throws OlapException
Schema
objects which belong to
this Catalog
.
The caller should assume that the list is immutable; if the caller modifies the list, behavior is undefined.
Catalog
OlapException
- if error occursDatabaseMetaData.getSchemas()
java.lang.String getName()
OlapDatabaseMetaData getMetaData()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |