Uses of Enum Class
mondrian.rolap.aggmatcher.JdbcSchema.UsageType
Packages that use JdbcSchema.UsageType
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of JdbcSchema.UsageType in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher that return JdbcSchema.UsageTypeModifier and TypeMethodDescriptionJdbcSchema.Table.Column.Usage.getUsageType()Returns the column usage type.static JdbcSchema.UsageTypeReturns the enum constant of this class with the specified name.static JdbcSchema.UsageType[]JdbcSchema.UsageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in mondrian.rolap.aggmatcher with parameters of type JdbcSchema.UsageTypeModifier and TypeMethodDescriptionJdbcSchema.Table.getColumnUsages(JdbcSchema.UsageType usageType) Returns an iterator over all column usages of a given type.JdbcSchema.Table.Column.getUsages(JdbcSchema.UsageType usageType) Returns an iterator over all usages of the given column type.booleanJdbcSchema.Table.Column.hasUsage(JdbcSchema.UsageType columnType) Return true if the column has at least one usage of the given column type.JdbcSchema.Table.Column.newUsage(JdbcSchema.UsageType usageType) Create a new usage of a given column type.Method parameters in mondrian.rolap.aggmatcher with type arguments of type JdbcSchema.UsageTypeModifier and TypeMethodDescriptionstatic StringJdbcSchema.convertColumnTypeToName(Set<JdbcSchema.UsageType> columnType) Maps from column type enum to column type name or list of names if the parameter represents more than on usage.static booleanJdbcSchema.isUniqueColumnType(Set<JdbcSchema.UsageType> columnType) Determine if the parameter represents a single column type, i.e., the column only has one usage.