Uses of Enum Class
mondrian.rolap.aggmatcher.JdbcSchema.UsageType
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of JdbcSchema.UsageType in mondrian.rolap.aggmatcher
Modifier and TypeMethodDescriptionJdbcSchema.Table.Column.Usage.getUsageType()
Returns the column usage type.static JdbcSchema.UsageType
Returns 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.Modifier 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.boolean
JdbcSchema.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.Modifier and TypeMethodDescriptionstatic String
JdbcSchema.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 boolean
JdbcSchema.isUniqueColumnType
(Set<JdbcSchema.UsageType> columnType) Determine if the parameter represents a single column type, i.e., the column only has one usage.