Methods are provided to query the metadata catalog of the database. There is a method for each metadata class, and each method takes zero or more parameters to qualify the instances should be returned, and returns a JDBC {@link java.sql.ResultSet}.
For example, {@link #getCubes} returns the description of a cube. @author jhyde @version $Id: OlapDatabaseMetaData.java 407 2011-03-20 00:44:11Z lucboudreau $ @since Oct 12, 2006
|
|