Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema
Packages that use JdbcSchema
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of JdbcSchema in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher that return JdbcSchemaModifier and TypeMethodDescriptionJdbcSchema.Factory.makeDB(DataSource dataSource) static JdbcSchemaJdbcSchema.makeDB(DataSource dataSource) Creates or retrieves an instance of the JdbcSchema for the given DataSource.JdbcSchema.StdFactory.makeDB(DataSource dataSource) Methods in mondrian.rolap.aggmatcher with parameters of type JdbcSchemaModifier and TypeMethodDescriptionvoidJdbcSchema.Factory.clearDB(JdbcSchema db) voidJdbcSchema.StdFactory.clearDB(JdbcSchema db) protected JdbcSchema.TableAggGen.getTable(JdbcSchema db, String name) protected JdbcSchema.TableAggGen.getTable(JdbcSchema db, RolapStar.Table rt) voidJdbcSchema.Factory.removeDB(JdbcSchema db) voidJdbcSchema.StdFactory.removeDB(JdbcSchema db)