Uses of Class
mondrian.rolap.aggmatcher.JdbcSchema
-
Packages that use JdbcSchema Package Description mondrian.rolap.aggmatcher 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 JdbcSchema Modifier and Type Method Description JdbcSchemaJdbcSchema.Factory. makeDB(DataSource dataSource)static JdbcSchemaJdbcSchema. makeDB(DataSource dataSource)Creates or retrieves an instance of the JdbcSchema for the given DataSource.JdbcSchemaJdbcSchema.StdFactory. makeDB(DataSource dataSource)Methods in mondrian.rolap.aggmatcher with parameters of type JdbcSchema Modifier and Type Method Description voidJdbcSchema.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)
-