Serialized Form
-
Package mondrian.gui
-
Class mondrian.gui.JdbcExplorer extends JPanel implements Serializable
-
Serialized Fields
-
jdbcMetaData
JdbcMetaData jdbcMetaData
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jSplitPane1
JSplitPane jSplitPane1
-
model
JdbcTreeModel model
-
root
DefaultMutableTreeNode root
-
tree
JTree tree
-
treeModel
DefaultTreeModel treeModel
-
updater
JTreeUpdater updater
-
workbench
Workbench workbench
-
-
-
Class mondrian.gui.MondrianGuiDef.AggColumnName extends ElementDef implements Serializable
-
Serialized Fields
-
column
String column
-
-
-
Class mondrian.gui.MondrianGuiDef.AggExclude extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.AggFactCount extends MondrianGuiDef.AggColumnName implements Serializable
-
Class mondrian.gui.MondrianGuiDef.AggForeignKey extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.AggIgnoreColumn extends MondrianGuiDef.AggColumnName implements Serializable
-
Class mondrian.gui.MondrianGuiDef.AggLevel extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.AggLevelProperty extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.AggMeasure extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.AggName extends MondrianGuiDef.AggTable implements Serializable
-
Class mondrian.gui.MondrianGuiDef.AggPattern extends MondrianGuiDef.AggTable implements Serializable
-
Serialized Fields
-
excludes
MondrianGuiDef.AggExclude[] excludes
-
pattern
String pattern
-
-
-
Class mondrian.gui.MondrianGuiDef.AggTable extends ElementDef implements Serializable
-
Serialized Fields
-
factcount
MondrianGuiDef.AggFactCount factcount
What does the fact_count column look like. -
foreignKeys
MondrianGuiDef.AggForeignKey[] foreignKeys
-
ignorecase
Boolean ignorecase
-
ignoreColumns
MondrianGuiDef.AggIgnoreColumn[] ignoreColumns
-
levels
MondrianGuiDef.AggLevel[] levels
-
measures
MondrianGuiDef.AggMeasure[] measures
-
-
-
Class mondrian.gui.MondrianGuiDef.Annotation extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.Annotations extends ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianGuiDef.Annotation[] array
-
-
-
Class mondrian.gui.MondrianGuiDef.CalculatedMember extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
cellFormatter
MondrianGuiDef.CellFormatter cellFormatter
Cell formatter. -
description
String description
-
dimension
String dimension
-
formatString
String formatString
-
formula
String formula
-
formulaElement
MondrianGuiDef.Formula formulaElement
MDX expression which gives the value of this member. -
hierarchy
String hierarchy
-
memberProperties
MondrianGuiDef.CalculatedMemberProperty[] memberProperties
-
name
String name
-
parent
String parent
-
visible
Boolean visible
-
-
-
Class mondrian.gui.MondrianGuiDef.CalculatedMemberProperty extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.CaptionExpression extends MondrianGuiDef.ExpressionView implements Serializable
-
Class mondrian.gui.MondrianGuiDef.CellFormatter extends ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
script
MondrianGuiDef.Script script
Script to implement this cell formatter. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.gui.MondrianGuiDef.Closure extends ElementDef implements Serializable
-
Serialized Fields
-
childColumn
String childColumn
-
parentColumn
String parentColumn
-
table
MondrianGuiDef.Table table
-
-
-
Class mondrian.gui.MondrianGuiDef.Column extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.ColumnDef extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.ColumnDefs extends ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianGuiDef.ColumnDef[] array
-
-
-
Class mondrian.gui.MondrianGuiDef.Cube extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
cache
Boolean cache
-
calculatedMembers
MondrianGuiDef.CalculatedMember[] calculatedMembers
Calculated members in this cube. -
caption
String caption
-
defaultMeasure
String defaultMeasure
-
description
String description
-
dimensions
MondrianGuiDef.CubeDimension[] dimensions
-
enabled
Boolean enabled
-
fact
MondrianGuiDef.Relation fact
The fact table is the source of all measures in this cube. If this is a Table and the schema name is not present, table name is left unqualified. -
measures
MondrianGuiDef.Measure[] measures
-
name
String name
-
namedSets
MondrianGuiDef.NamedSet[] namedSets
Named sets in this cube. -
visible
Boolean visible
-
-
-
Class mondrian.gui.MondrianGuiDef.CubeDimension extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.CubeGrant extends ElementDef implements Serializable
-
Serialized Fields
-
access
String access
-
cube
String cube
-
dimensionGrants
MondrianGuiDef.DimensionGrant[] dimensionGrants
-
hierarchyGrants
MondrianGuiDef.HierarchyGrant[] hierarchyGrants
-
-
-
Class mondrian.gui.MondrianGuiDef.CubeUsage extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.CubeUsages extends ElementDef implements Serializable
-
Serialized Fields
-
cubeUsages
MondrianGuiDef.CubeUsage[] cubeUsages
-
-
-
Class mondrian.gui.MondrianGuiDef.Dimension extends MondrianGuiDef.CubeDimension implements Serializable
-
Serialized Fields
-
hierarchies
MondrianGuiDef.Hierarchy[] hierarchies
-
type
String type
-
usagePrefix
String usagePrefix
-
-
-
Class mondrian.gui.MondrianGuiDef.DimensionGrant extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.DimensionUsage extends MondrianGuiDef.CubeDimension implements Serializable
-
Class mondrian.gui.MondrianGuiDef.ExpressionView extends ElementDef implements Serializable
-
Serialized Fields
-
expressions
MondrianGuiDef.SQL[] expressions
-
-
-
Class mondrian.gui.MondrianGuiDef.Formula extends ElementDef implements Serializable
-
Serialized Fields
-
cdata
String cdata
-
-
-
Class mondrian.gui.MondrianGuiDef.Hierarchy extends ElementDef implements Serializable
-
Serialized Fields
-
allLevelName
String allLevelName
-
allMemberCaption
String allMemberCaption
-
allMemberName
String allMemberName
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
defaultMember
String defaultMember
-
description
String description
-
hasAll
Boolean hasAll
-
levels
MondrianGuiDef.Level[] levels
-
memberReaderClass
String memberReaderClass
-
memberReaderParameters
MondrianGuiDef.MemberReaderParameter[] memberReaderParameters
-
name
String name
-
primaryKey
String primaryKey
-
primaryKeyTable
String primaryKeyTable
-
relation
MondrianGuiDef.RelationOrJoin relation
-
uniqueKeyLevelName
String uniqueKeyLevelName
-
visible
Boolean visible
-
-
-
Class mondrian.gui.MondrianGuiDef.HierarchyGrant extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.Hint extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.InlineTable extends MondrianGuiDef.Relation implements Serializable
-
Serialized Fields
-
alias
String alias
-
columnDefs
MondrianGuiDef.ColumnDefs columnDefs
-
rows
MondrianGuiDef.Rows rows
-
-
-
Class mondrian.gui.MondrianGuiDef.Join extends MondrianGuiDef.RelationOrJoin implements Serializable
-
Serialized Fields
-
left
MondrianGuiDef.RelationOrJoin left
-
leftAlias
String leftAlias
-
leftKey
String leftKey
-
right
MondrianGuiDef.RelationOrJoin right
-
rightAlias
String rightAlias
-
rightKey
String rightKey
-
-
-
Class mondrian.gui.MondrianGuiDef.KeyExpression extends MondrianGuiDef.ExpressionView implements Serializable
-
Class mondrian.gui.MondrianGuiDef.Level extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
approxRowCount
String approxRowCount
-
caption
String caption
-
captionColumn
String captionColumn
-
captionExp
MondrianGuiDef.CaptionExpression captionExp
The SQL expression used to populate this level's caption. If not specified, the level's name is used. -
closure
MondrianGuiDef.Closure closure
-
column
String column
-
description
String description
-
formatter
String formatter
-
hideMemberIf
String hideMemberIf
-
internalType
String internalType
-
keyExp
MondrianGuiDef.KeyExpression keyExp
The SQL expression used to populate this level's key. -
levelType
String levelType
-
memberFormatter
MondrianGuiDef.MemberFormatter memberFormatter
Member formatter. -
name
String name
-
nameColumn
String nameColumn
-
nameExp
MondrianGuiDef.NameExpression nameExp
The SQL expression used to populate this level's name. If not specified, the level's key is used. -
nullParentValue
String nullParentValue
-
ordinalColumn
String ordinalColumn
-
ordinalExp
MondrianGuiDef.OrdinalExpression ordinalExp
The SQL expression used to populate this level's ordinal. -
parentColumn
String parentColumn
-
parentExp
MondrianGuiDef.ParentExpression parentExp
The SQL expression used to join to the parent member in a parent-child hierarchy. -
properties
MondrianGuiDef.Property[] properties
-
table
String table
-
type
String type
-
uniqueMembers
Boolean uniqueMembers
-
visible
Boolean visible
-
-
-
Class mondrian.gui.MondrianGuiDef.Measure extends ElementDef implements Serializable
-
Serialized Fields
-
aggregator
String aggregator
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
cellFormatter
MondrianGuiDef.CellFormatter cellFormatter
Cell formatter. -
column
String column
-
datatype
String datatype
-
description
String description
-
formatString
String formatString
-
formatter
String formatter
-
measureExp
MondrianGuiDef.MeasureExpression measureExp
The SQL expression used to calculate a measure. Must be specified if a source column is not specified. -
memberProperties
MondrianGuiDef.CalculatedMemberProperty[] memberProperties
-
name
String name
-
visible
Boolean visible
-
-
-
Class mondrian.gui.MondrianGuiDef.MeasureExpression extends MondrianGuiDef.ExpressionView implements Serializable
-
Class mondrian.gui.MondrianGuiDef.MemberFormatter extends ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
script
MondrianGuiDef.Script script
Script to implement this member formatter. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.gui.MondrianGuiDef.MemberGrant extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.MemberReaderParameter extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.NamedSet extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
description
String description
-
formula
String formula
-
formulaElement
MondrianGuiDef.Formula formulaElement
MDX expression which gives the value of this set. -
name
String name
-
-
-
Class mondrian.gui.MondrianGuiDef.NameExpression extends MondrianGuiDef.ExpressionView implements Serializable
-
Class mondrian.gui.MondrianGuiDef.OrdinalExpression extends MondrianGuiDef.ExpressionView implements Serializable
-
Class mondrian.gui.MondrianGuiDef.Parameter extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.ParentExpression extends MondrianGuiDef.ExpressionView implements Serializable
-
Class mondrian.gui.MondrianGuiDef.Property extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.PropertyFormatter extends ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
script
MondrianGuiDef.Script script
Script to implement this property formatter. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.gui.MondrianGuiDef.Relation extends MondrianGuiDef.RelationOrJoin implements Serializable
-
Class mondrian.gui.MondrianGuiDef.RelationOrJoin extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.Role extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
name
String name
-
schemaGrants
MondrianGuiDef.SchemaGrant[] schemaGrants
-
union
MondrianGuiDef.Union union
-
-
-
Class mondrian.gui.MondrianGuiDef.RoleUsage extends ElementDef implements Serializable
-
Serialized Fields
-
roleName
String roleName
-
-
-
Class mondrian.gui.MondrianGuiDef.Row extends ElementDef implements Serializable
-
Serialized Fields
-
values
MondrianGuiDef.Value[] values
-
-
-
Class mondrian.gui.MondrianGuiDef.Rows extends ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianGuiDef.Row[] array
-
-
-
Class mondrian.gui.MondrianGuiDef.Schema extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
cubes
MondrianGuiDef.Cube[] cubes
Cubes in this schema. -
defaultRole
String defaultRole
-
description
String description
-
dimensions
MondrianGuiDef.Dimension[] dimensions
Shared dimensions in this schema. -
measuresCaption
String measuresCaption
-
name
String name
-
namedSets
MondrianGuiDef.NamedSet[] namedSets
Named sets in this schema. -
parameters
MondrianGuiDef.Parameter[] parameters
This schema's parameter definitions. -
roles
MondrianGuiDef.Role[] roles
Roles in this schema. -
userDefinedFunctions
MondrianGuiDef.UserDefinedFunction[] userDefinedFunctions
Declarations of user-defined functions in this schema. -
virtualCubes
MondrianGuiDef.VirtualCube[] virtualCubes
Virtual cubes in this schema.
-
-
-
Class mondrian.gui.MondrianGuiDef.SchemaGrant extends ElementDef implements Serializable
-
Serialized Fields
-
access
String access
-
cubeGrants
MondrianGuiDef.CubeGrant[] cubeGrants
-
-
-
Class mondrian.gui.MondrianGuiDef.Script extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.SQL extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.Table extends MondrianGuiDef.Relation implements Serializable
-
Serialized Fields
-
aggExcludes
MondrianGuiDef.AggExclude[] aggExcludes
-
aggTables
MondrianGuiDef.AggTable[] aggTables
-
alias
String alias
-
filter
MondrianGuiDef.SQL filter
The SQL WHERE clause expression to be appended to any select statement -
hintMap
Map<String,String> hintMap
-
name
String name
-
schema
String schema
-
tableHints
MondrianGuiDef.Hint[] tableHints
Table optimization hints; may be ignored by dialect.
-
-
-
Class mondrian.gui.MondrianGuiDef.Union extends ElementDef implements Serializable
-
Serialized Fields
-
roleUsages
MondrianGuiDef.RoleUsage[] roleUsages
-
-
-
Class mondrian.gui.MondrianGuiDef.UserDefinedFunction extends ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
name
String name
-
script
MondrianGuiDef.Script script
Script to implement this user-defined function. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.gui.MondrianGuiDef.Value extends ElementDef implements Serializable
-
Class mondrian.gui.MondrianGuiDef.View extends MondrianGuiDef.Relation implements Serializable
-
Serialized Fields
-
alias
String alias
-
selects
MondrianGuiDef.SQL[] selects
-
-
-
Class mondrian.gui.MondrianGuiDef.VirtualCube extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
calculatedMembers
MondrianGuiDef.CalculatedMember[] calculatedMembers
Calculated members that belong to this virtual cube. (Calculated members inherited from other cubes should not be in this list.) -
caption
String caption
-
cubeUsage
MondrianGuiDef.CubeUsages cubeUsage
-
defaultMeasure
String defaultMeasure
-
description
String description
-
dimensions
MondrianGuiDef.VirtualCubeDimension[] dimensions
-
enabled
Boolean enabled
-
measures
MondrianGuiDef.VirtualCubeMeasure[] measures
-
name
String name
-
namedSets
MondrianGuiDef.NamedSet[] namedSets
Named sets in this cube. -
visible
Boolean visible
-
-
-
Class mondrian.gui.MondrianGuiDef.VirtualCubeDimension extends MondrianGuiDef.CubeDimension implements Serializable
-
Serialized Fields
-
cubeName
String cubeName
-
-
-
Class mondrian.gui.MondrianGuiDef.VirtualCubeMeasure extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianGuiDef.Annotations annotations
Contains values of user-defined properties. -
cubeName
String cubeName
-
name
String name
-
visible
Boolean visible
-
-
-
Class mondrian.gui.PreferencesDialog extends JDialog implements Serializable
-
Serialized Fields
-
acceptButton
JButton acceptButton
-
accepted
boolean accepted
-
cancelButton
JButton cancelButton
-
driverClassTextField
JTextField driverClassTextField
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jLabel5
JLabel jLabel5
-
jLabel6
JLabel jLabel6
-
jPanel1
JPanel jPanel1
-
jTabbedPane1
JTabbedPane jTabbedPane1
-
passwordTextField
JTextField passwordTextField
-
requireSchemaButton
JCheckBox requireSchemaButton
-
schemaTextField
JTextField schemaTextField
-
selectSchemasButton
JButton selectSchemasButton
-
testButton
JButton testButton
-
urlTextField
JTextField urlTextField
-
usernameTextField
JTextField usernameTextField
-
-
-
Class mondrian.gui.PreferencesSchemasDialog extends JDialog implements Serializable
-
Serialized Fields
-
accepted
boolean accepted
-
cancelButton
JButton cancelButton
-
jdbcMetadata
JdbcMetaData jdbcMetadata
-
jScrollPane1
JScrollPane jScrollPane1
-
jTable1
JTable jTable1
-
okButton
JButton okButton
-
preferences
PreferencesDialog preferences
-
selectedSchemaString
String selectedSchemaString
-
-
-
Class mondrian.gui.PropertyTableModel extends AbstractTableModel implements Serializable
-
Class mondrian.gui.QueryPanel extends JPanel implements Serializable
-
Serialized Fields
-
connectButton
JButton connectButton
-
connection
Connection connection
-
executeButton
JButton executeButton
-
jPopupMenu
JPopupMenu jPopupMenu
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jSplitPane1
JSplitPane jSplitPane1
-
queryMenuItem
JMenuItem queryMenuItem
-
queryTextPane
JTextPane queryTextPane
-
resultTextPane
JTextPane resultTextPane
-
schemaLabel
JLabel schemaLabel
-
schemaList
JComboBox schemaList
-
schemaPanel
JPanel schemaPanel
-
schemaScrollPane1
JScrollPane schemaScrollPane1
-
schemaWindowMap
Map<JInternalFrame,JMenuItem> schemaWindowMap
-
windowMenuIndex
int windowMenuIndex
-
workbench
Workbench workbench
-
-
-
Class mondrian.gui.SchemaExplorer extends JPanel implements Serializable
-
Serialized Fields
-
addAggExclude
AbstractAction addAggExclude
-
addAggFactCount
AbstractAction addAggFactCount
-
addAggForeignKey
AbstractAction addAggForeignKey
-
addAggIgnoreColumn
AbstractAction addAggIgnoreColumn
-
addAggLevel
AbstractAction addAggLevel
-
addAggLevelProperty
AbstractAction addAggLevelProperty
-
addAggMeasure
AbstractAction addAggMeasure
-
addAggName
AbstractAction addAggName
-
addAggPattern
AbstractAction addAggPattern
-
addAnnotation
AbstractAction addAnnotation
-
addAnnotations
AbstractAction addAnnotations
-
addCalculatedMember
AbstractAction addCalculatedMember
-
addCalculatedMemberButton
JButton addCalculatedMemberButton
-
addCalculatedMemberProperty
AbstractAction addCalculatedMemberProperty
-
addCalculatedMemberPropertyButton
JButton addCalculatedMemberPropertyButton
-
addCaptionExp
AbstractAction addCaptionExp
-
addCellFormatter
AbstractAction addCellFormatter
-
addClosure
AbstractAction addClosure
-
addCube
AbstractAction addCube
-
addCubeButton
JButton addCubeButton
-
addCubeGrant
AbstractAction addCubeGrant
-
addDimension
AbstractAction addDimension
-
addDimensionButton
JButton addDimensionButton
-
addDimensionGrant
AbstractAction addDimensionGrant
-
addDimensionUsage
AbstractAction addDimensionUsage
-
addDimensionUsageButton
JButton addDimensionUsageButton
-
addFormula
AbstractAction addFormula
-
addHierarchy
AbstractAction addHierarchy
-
addHierarchyButton
JButton addHierarchyButton
-
addHierarchyGrant
AbstractAction addHierarchyGrant
-
addInlineTable
AbstractAction addInlineTable
-
addJoin
AbstractAction addJoin
-
addKeyExp
AbstractAction addKeyExp
-
addLevel
AbstractAction addLevel
-
addLevelButton
JButton addLevelButton
-
addMeasure
AbstractAction addMeasure
-
addMeasureButton
JButton addMeasureButton
-
addMeasureExp
AbstractAction addMeasureExp
-
addMemberFormatter
AbstractAction addMemberFormatter
-
addMemberGrant
AbstractAction addMemberGrant
-
addNamedSet
AbstractAction addNamedSet
-
addNamedSetButton
JButton addNamedSetButton
-
addNameExp
AbstractAction addNameExp
-
addOrdinalExp
AbstractAction addOrdinalExp
-
addParameter
AbstractAction addParameter
-
addParentExp
AbstractAction addParentExp
-
addProperty
AbstractAction addProperty
-
addPropertyButton
JButton addPropertyButton
-
addPropertyFormatter
AbstractAction addPropertyFormatter
-
addRole
AbstractAction addRole
-
addRoleButton
JButton addRoleButton
-
addSchemaGrant
AbstractAction addSchemaGrant
-
addScript
AbstractAction addScript
-
addSQL
AbstractAction addSQL
-
addTable
AbstractAction addTable
-
addUserDefinedFunction
AbstractAction addUserDefinedFunction
-
addUserDefinedFunctionButton
JButton addUserDefinedFunctionButton
-
addView
AbstractAction addView
-
addVirtualCube
AbstractAction addVirtualCube
-
addVirtualCubeButton
JButton addVirtualCubeButton
-
addVirtualCubeDimension
AbstractAction addVirtualCubeDimension
-
addVirtualCubeDimensionButton
JButton addVirtualCubeDimensionButton
-
addVirtualCubeMeasure
AbstractAction addVirtualCubeMeasure
-
addVirtualCubeMeasureButton
JButton addVirtualCubeMeasureButton
-
arrowButtonDownAction
AbstractAction arrowButtonDownAction
-
arrowButtonUpAction
AbstractAction arrowButtonUpAction
-
copyButton
JButton copyButton
-
cutButton
JButton cutButton
-
databaseLabel
JLabel databaseLabel
-
delete
AbstractAction delete
-
deleteButton
JButton deleteButton
-
dirty
boolean dirty
-
dirtyFlag
boolean dirtyFlag
-
editMode
AbstractAction editMode
-
editModeButton
JToggleButton editModeButton
-
editModeXML
boolean editModeXML
-
errMsg
String errMsg
-
footer
JPanel footer
-
jdbcMetaData
JdbcMetaData jdbcMetaData
-
jEditorPaneXML
JEditorPane jEditorPaneXML
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelXML
JPanel jPanelXML
-
jPopupMenu
mondrian.gui.SchemaExplorer.CustomJPopupMenu jPopupMenu
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPaneXML
JScrollPane jScrollPaneXML
-
jSeparator1
JSeparator jSeparator1
-
jSeparator2
JSeparator jSeparator2
-
jSplitPane1
JSplitPane jSplitPane1
-
jToolBar1
JToolBar jToolBar1
-
lastSelected
Object lastSelected
-
model
SchemaTreeModel model
-
moveLevelDown
AbstractAction moveLevelDown
-
moveLevelUp
AbstractAction moveLevelUp
-
myClassLoader
ClassLoader myClassLoader
-
newFile
boolean newFile
-
parentIFrame
JInternalFrame parentIFrame
-
pasteButton
JButton pasteButton
-
propertyTable
JTable propertyTable
-
renderer
SchemaTreeCellRenderer renderer
-
schema
MondrianGuiDef.Schema schema
-
schemaFile
File schemaFile
-
targetLabel
JLabel targetLabel
-
targetLabel2
JLabel targetLabel2
-
tree
JTree tree
-
updater
JTreeUpdater updater
-
validStatusLabel
JLabel validStatusLabel
-
validStatusLabel2
JLabel validStatusLabel2
-
workbench
Workbench workbench
-
-
-
Class mondrian.gui.SchemaPropertyCellRenderer extends DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
booleanRenderer
JCheckBox booleanRenderer
-
cdataTextArea
JTextArea cdataTextArea
-
integerRenderer
JLabel integerRenderer
-
jScrollPaneCDATA
JScrollPane jScrollPaneCDATA
-
jScrollPaneT
JScrollPane jScrollPaneT
-
listRenderer
JComboBox listRenderer
-
relationList
JComboBox relationList
-
relationRenderer
JPanel relationRenderer
-
relationTable
JTable relationTable
-
rlPanel
JPanel rlPanel
-
stringRenderer
JLabel stringRenderer
-
tableRenderer
JTable tableRenderer
-
workbench
Workbench workbench
-
-
-
Class mondrian.gui.SchemaTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable
-
Serialized Fields
-
invalidFlag
boolean invalidFlag
-
jdbcMetaData
JdbcMetaData jdbcMetaData
-
myClassLoader
ClassLoader myClassLoader
-
workbench
Workbench workbench
-
-
-
Class mondrian.gui.SchemaTreeModel extends DefaultTreeModel implements Serializable
-
Serialized Fields
-
schema
MondrianGuiDef.Schema schema
-
-
-
Class mondrian.gui.Workbench extends JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aboutMenuItem
JMenuItem aboutMenuItem
-
cascadeMenuItem
JMenuItem cascadeMenuItem
-
closeAllMenuItem
JMenuItem closeAllMenuItem
-
connectionDialog
XulDialog connectionDialog
-
connectionDialogController
DataHandler connectionDialogController
-
copyMenuItem
JMenuItem copyMenuItem
-
cutMenuItem
JMenuItem cutMenuItem
-
dbMeta
DatabaseMeta dbMeta
-
deleteMenuItem
JMenuItem deleteMenuItem
-
desktopPane
JDesktopPane desktopPane
-
editMenu
JMenu editMenu
-
exitMenuItem
JMenuItem exitMenuItem
-
fileMenu
JMenu fileMenu
-
helpMenu
JMenu helpMenu
-
jdbcConnectionUrl
String jdbcConnectionUrl
-
jdbcDriverClassName
String jdbcDriverClassName
-
jdbcMetaData
JdbcMetaData jdbcMetaData
-
jdbcPassword
String jdbcPassword
-
jdbcSchema
String jdbcSchema
-
jdbcUsername
String jdbcUsername
-
jdbcWindows
List<JInternalFrame> jdbcWindows
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jSeparator1
JSeparator jSeparator1
-
jSeparator2
JSeparator jSeparator2
-
jSeparator3
JSeparator jSeparator3
-
jToolBar1
JToolBar jToolBar1
-
jToolBar2
JToolBar jToolBar2
-
lastUsed1MenuItem
JMenuItem lastUsed1MenuItem
-
lastUsed2MenuItem
JMenuItem lastUsed2MenuItem
-
lastUsed3MenuItem
JMenuItem lastUsed3MenuItem
-
lastUsed4MenuItem
JMenuItem lastUsed4MenuItem
-
maximizeMenuItem
JMenuItem maximizeMenuItem
-
mdxWindows
List<JInternalFrame> mdxWindows
-
menuBar
JMenuBar menuBar
-
minimizeMenuItem
JMenuItem minimizeMenuItem
-
myClassLoader
ClassLoader myClassLoader
-
newJDBCExplorerMenuItem
JMenuItem newJDBCExplorerMenuItem
-
newJDBCExplorerMenuItem2
JMenuItem newJDBCExplorerMenuItem2
-
newMenu
JMenu newMenu
-
newQueryMenuItem
JMenuItem newQueryMenuItem
-
newQueryMenuItem2
JMenuItem newQueryMenuItem2
-
newSchemaMenuItem
JMenuItem newSchemaMenuItem
-
newSchemaMenuItem2
JMenuItem newSchemaMenuItem2
-
openFile
String openFile
-
openMenuItem
JMenuItem openMenuItem
-
pasteMenuItem
JMenuItem pasteMenuItem
-
preferencesMenuItem
JMenuItem preferencesMenuItem
-
requireSchema
boolean requireSchema
-
requireSchemaCheckboxMenuItem
JCheckBoxMenuItem requireSchemaCheckboxMenuItem
-
saveAsMenuItem
JMenuItem saveAsMenuItem
-
saveMenuItem
JMenuItem saveMenuItem
-
schemaWindowMap
Map<JInternalFrame,JMenuItem> schemaWindowMap
-
tileMenuItem
JMenuItem tileMenuItem
-
toolbarNewArrowButton
JButton toolbarNewArrowButton
-
toolbarNewButton
JButton toolbarNewButton
-
toolbarNewPopupMenu
JPopupMenu toolbarNewPopupMenu
-
toolbarOpenButton
JButton toolbarOpenButton
-
toolbarPreferencesButton
JButton toolbarPreferencesButton
-
toolbarSaveAsButton
JButton toolbarSaveAsButton
-
toolbarSaveButton
JButton toolbarSaveButton
-
toolsMenu
JMenu toolsMenu
-
viewMenu
JMenu viewMenu
-
viewXmlMenuItem
JCheckBoxMenuItem viewXmlMenuItem
-
windowMenu
JMenu windowMenu
-
windowMenuMapIndex
int windowMenuMapIndex
-
workbenchProperties
Properties workbenchProperties
-
-
-
Package mondrian.olap
-
Class mondrian.olap.InvalidArgumentException extends MondrianException implements Serializable
-
Class mondrian.olap.InvalidHierarchyException extends MondrianException implements Serializable
-
Class mondrian.olap.MemoryLimitExceededException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.MondrianDef.AggColumnName extends ElementDef implements Serializable
-
Serialized Fields
-
column
String column
-
-
-
Class mondrian.olap.MondrianDef.AggExclude extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggFactCount extends MondrianDef.AggColumnName implements Serializable
-
Class mondrian.olap.MondrianDef.AggForeignKey extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggIgnoreColumn extends MondrianDef.AggColumnName implements Serializable
-
Class mondrian.olap.MondrianDef.AggLevel extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggLevelProperty extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggMeasure extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.AggName extends MondrianDef.AggTable implements Serializable
-
Class mondrian.olap.MondrianDef.AggPattern extends MondrianDef.AggTable implements Serializable
-
Serialized Fields
-
excludes
MondrianDef.AggExclude[] excludes
-
pattern
String pattern
-
-
-
Class mondrian.olap.MondrianDef.AggTable extends ElementDef implements Serializable
-
Serialized Fields
-
factcount
MondrianDef.AggFactCount factcount
What does the fact_count column look like. -
foreignKeys
MondrianDef.AggForeignKey[] foreignKeys
-
ignorecase
Boolean ignorecase
-
ignoreColumns
MondrianDef.AggIgnoreColumn[] ignoreColumns
-
levels
MondrianDef.AggLevel[] levels
-
measures
MondrianDef.AggMeasure[] measures
-
-
-
Class mondrian.olap.MondrianDef.Annotation extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.Annotations extends ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianDef.Annotation[] array
-
-
-
Class mondrian.olap.MondrianDef.CalculatedMember extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
cellFormatter
MondrianDef.CellFormatter cellFormatter
Cell formatter. -
description
String description
-
dimension
String dimension
-
formatString
String formatString
-
formula
String formula
-
formulaElement
MondrianDef.Formula formulaElement
MDX expression which gives the value of this member. -
hierarchy
String hierarchy
-
memberProperties
MondrianDef.CalculatedMemberProperty[] memberProperties
-
name
String name
-
parent
String parent
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.CalculatedMemberProperty extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.CaptionExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.CellFormatter extends ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
script
MondrianDef.Script script
Script to implement this cell formatter. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.olap.MondrianDef.Closure extends ElementDef implements Serializable
-
Serialized Fields
-
childColumn
String childColumn
-
parentColumn
String parentColumn
-
table
MondrianDef.Table table
-
-
-
Class mondrian.olap.MondrianDef.Column extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.ColumnDef extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.ColumnDefs extends ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianDef.ColumnDef[] array
-
-
-
Class mondrian.olap.MondrianDef.Cube extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
cache
Boolean cache
-
calculatedMembers
MondrianDef.CalculatedMember[] calculatedMembers
Calculated members in this cube. -
caption
String caption
-
defaultMeasure
String defaultMeasure
-
description
String description
-
dimensions
MondrianDef.CubeDimension[] dimensions
-
enabled
Boolean enabled
-
fact
MondrianDef.Relation fact
The fact table is the source of all measures in this cube. If this is a Table and the schema name is not present, table name is left unqualified. -
measures
MondrianDef.Measure[] measures
-
name
String name
-
namedSets
MondrianDef.NamedSet[] namedSets
Named sets in this cube. -
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.CubeDimension extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.CubeGrant extends ElementDef implements Serializable
-
Serialized Fields
-
access
String access
-
cube
String cube
-
dimensionGrants
MondrianDef.DimensionGrant[] dimensionGrants
-
hierarchyGrants
MondrianDef.HierarchyGrant[] hierarchyGrants
-
-
-
Class mondrian.olap.MondrianDef.CubeUsage extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.CubeUsages extends ElementDef implements Serializable
-
Serialized Fields
-
cubeUsages
MondrianDef.CubeUsage[] cubeUsages
-
-
-
Class mondrian.olap.MondrianDef.Dimension extends MondrianDef.CubeDimension implements Serializable
-
Serialized Fields
-
hierarchies
MondrianDef.Hierarchy[] hierarchies
-
type
String type
-
usagePrefix
String usagePrefix
-
-
-
Class mondrian.olap.MondrianDef.DimensionGrant extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.DimensionUsage extends MondrianDef.CubeDimension implements Serializable
-
Class mondrian.olap.MondrianDef.ExpressionView extends ElementDef implements Serializable
-
Serialized Fields
-
expressions
MondrianDef.SQL[] expressions
-
-
-
Class mondrian.olap.MondrianDef.Formula extends ElementDef implements Serializable
-
Serialized Fields
-
cdata
String cdata
-
-
-
Class mondrian.olap.MondrianDef.Hierarchy extends ElementDef implements Serializable
-
Serialized Fields
-
allLevelName
String allLevelName
-
allMemberCaption
String allMemberCaption
-
allMemberName
String allMemberName
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
defaultMember
String defaultMember
-
description
String description
-
hasAll
Boolean hasAll
-
levels
MondrianDef.Level[] levels
-
memberReaderClass
String memberReaderClass
-
memberReaderParameters
MondrianDef.MemberReaderParameter[] memberReaderParameters
-
name
String name
-
primaryKey
String primaryKey
-
primaryKeyTable
String primaryKeyTable
-
relation
MondrianDef.RelationOrJoin relation
-
uniqueKeyLevelName
String uniqueKeyLevelName
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.HierarchyGrant extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.Hint extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.InlineTable extends MondrianDef.Relation implements Serializable
-
Serialized Fields
-
alias
String alias
-
columnDefs
MondrianDef.ColumnDefs columnDefs
-
rows
MondrianDef.Rows rows
-
-
-
Class mondrian.olap.MondrianDef.Join extends MondrianDef.RelationOrJoin implements Serializable
-
Serialized Fields
-
left
MondrianDef.RelationOrJoin left
-
leftAlias
String leftAlias
-
leftKey
String leftKey
-
right
MondrianDef.RelationOrJoin right
-
rightAlias
String rightAlias
-
rightKey
String rightKey
-
-
-
Class mondrian.olap.MondrianDef.KeyExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.Level extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
approxRowCount
String approxRowCount
-
caption
String caption
-
captionColumn
String captionColumn
-
captionExp
MondrianDef.CaptionExpression captionExp
The SQL expression used to populate this level's caption. If not specified, the level's name is used. -
closure
MondrianDef.Closure closure
-
column
String column
-
description
String description
-
formatter
String formatter
-
hideMemberIf
String hideMemberIf
-
internalType
String internalType
-
keyExp
MondrianDef.KeyExpression keyExp
The SQL expression used to populate this level's key. -
levelType
String levelType
-
memberFormatter
MondrianDef.MemberFormatter memberFormatter
Member formatter. -
name
String name
-
nameColumn
String nameColumn
-
nameExp
MondrianDef.NameExpression nameExp
The SQL expression used to populate this level's name. If not specified, the level's key is used. -
nullParentValue
String nullParentValue
-
ordinalColumn
String ordinalColumn
-
ordinalExp
MondrianDef.OrdinalExpression ordinalExp
The SQL expression used to populate this level's ordinal. -
parentColumn
String parentColumn
-
parentExp
MondrianDef.ParentExpression parentExp
The SQL expression used to join to the parent member in a parent-child hierarchy. -
properties
MondrianDef.Property[] properties
-
table
String table
-
type
String type
-
uniqueMembers
Boolean uniqueMembers
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.Measure extends ElementDef implements Serializable
-
Serialized Fields
-
aggregator
String aggregator
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
cellFormatter
MondrianDef.CellFormatter cellFormatter
Cell formatter. -
column
String column
-
datatype
String datatype
-
description
String description
-
formatString
String formatString
-
formatter
String formatter
-
measureExp
MondrianDef.MeasureExpression measureExp
The SQL expression used to calculate a measure. Must be specified if a source column is not specified. -
memberProperties
MondrianDef.CalculatedMemberProperty[] memberProperties
-
name
String name
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.MeasureExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.MemberFormatter extends ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
script
MondrianDef.Script script
Script to implement this member formatter. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.olap.MondrianDef.MemberGrant extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.MemberReaderParameter extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.NamedSet extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
caption
String caption
-
description
String description
-
formula
String formula
-
formulaElement
MondrianDef.Formula formulaElement
MDX expression which gives the value of this set. -
name
String name
-
-
-
Class mondrian.olap.MondrianDef.NameExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.OrdinalExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.Parameter extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.ParentExpression extends MondrianDef.ExpressionView implements Serializable
-
Class mondrian.olap.MondrianDef.Property extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.PropertyFormatter extends ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
script
MondrianDef.Script script
Script to implement this property formatter. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.olap.MondrianDef.Relation extends MondrianDef.RelationOrJoin implements Serializable
-
Class mondrian.olap.MondrianDef.RelationOrJoin extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.Role extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
name
String name
-
schemaGrants
MondrianDef.SchemaGrant[] schemaGrants
-
union
MondrianDef.Union union
-
-
-
Class mondrian.olap.MondrianDef.RoleUsage extends ElementDef implements Serializable
-
Serialized Fields
-
roleName
String roleName
-
-
-
Class mondrian.olap.MondrianDef.Row extends ElementDef implements Serializable
-
Serialized Fields
-
values
MondrianDef.Value[] values
-
-
-
Class mondrian.olap.MondrianDef.Rows extends ElementDef implements Serializable
-
Serialized Fields
-
array
MondrianDef.Row[] array
-
-
-
Class mondrian.olap.MondrianDef.Schema extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
cubes
MondrianDef.Cube[] cubes
Cubes in this schema. -
defaultRole
String defaultRole
-
description
String description
-
dimensions
MondrianDef.Dimension[] dimensions
Shared dimensions in this schema. -
measuresCaption
String measuresCaption
-
name
String name
-
namedSets
MondrianDef.NamedSet[] namedSets
Named sets in this schema. -
parameters
MondrianDef.Parameter[] parameters
This schema's parameter definitions. -
roles
MondrianDef.Role[] roles
Roles in this schema. -
userDefinedFunctions
MondrianDef.UserDefinedFunction[] userDefinedFunctions
Declarations of user-defined functions in this schema. -
virtualCubes
MondrianDef.VirtualCube[] virtualCubes
Virtual cubes in this schema.
-
-
-
Class mondrian.olap.MondrianDef.SchemaGrant extends ElementDef implements Serializable
-
Serialized Fields
-
access
String access
-
cubeGrants
MondrianDef.CubeGrant[] cubeGrants
-
-
-
Class mondrian.olap.MondrianDef.Script extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.SQL extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.Table extends MondrianDef.Relation implements Serializable
-
Serialized Fields
-
aggExcludes
MondrianDef.AggExclude[] aggExcludes
-
aggTables
MondrianDef.AggTable[] aggTables
-
alias
String alias
-
filter
MondrianDef.SQL filter
The SQL WHERE clause expression to be appended to any select statement -
hintMap
Map<String,String> hintMap
-
name
String name
-
schema
String schema
-
tableHints
MondrianDef.Hint[] tableHints
Table optimization hints; may be ignored by dialect.
-
-
-
Class mondrian.olap.MondrianDef.Union extends ElementDef implements Serializable
-
Serialized Fields
-
roleUsages
MondrianDef.RoleUsage[] roleUsages
-
-
-
Class mondrian.olap.MondrianDef.UserDefinedFunction extends ElementDef implements Serializable
-
Serialized Fields
-
className
String className
-
name
String name
-
script
MondrianDef.Script script
Script to implement this user-defined function. Either the "Script" element or the "className" attribute must be specified.
-
-
-
Class mondrian.olap.MondrianDef.Value extends ElementDef implements Serializable
-
Class mondrian.olap.MondrianDef.View extends MondrianDef.Relation implements Serializable
-
Serialized Fields
-
alias
String alias
-
selects
MondrianDef.SQL[] selects
-
-
-
Class mondrian.olap.MondrianDef.VirtualCube extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
calculatedMembers
MondrianDef.CalculatedMember[] calculatedMembers
Calculated members that belong to this virtual cube. (Calculated members inherited from other cubes should not be in this list.) -
caption
String caption
-
cubeUsage
MondrianDef.CubeUsages cubeUsage
-
defaultMeasure
String defaultMeasure
-
description
String description
-
dimensions
MondrianDef.VirtualCubeDimension[] dimensions
-
enabled
Boolean enabled
-
measures
MondrianDef.VirtualCubeMeasure[] measures
-
name
String name
-
namedSets
MondrianDef.NamedSet[] namedSets
Named sets in this cube. -
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianDef.VirtualCubeDimension extends MondrianDef.CubeDimension implements Serializable
-
Serialized Fields
-
cubeName
String cubeName
-
-
-
Class mondrian.olap.MondrianDef.VirtualCubeMeasure extends ElementDef implements Serializable
-
Serialized Fields
-
annotations
MondrianDef.Annotations annotations
Contains values of user-defined properties. -
cubeName
String cubeName
-
name
String name
-
visible
Boolean visible
-
-
-
Class mondrian.olap.MondrianException extends RuntimeException implements Serializable
-
Class mondrian.olap.MondrianProperties extends MondrianPropertiesBase implements Serializable
-
Class mondrian.olap.MondrianPropertiesBase extends org.eigenbase.util.property.TriggerableProperties implements Serializable
-
Serialized Fields
-
populateCount
int populateCount
-
propertySource
MondrianPropertiesBase.PropertySource propertySource
-
-
-
Class mondrian.olap.NativeEvaluationUnsupportedException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.QueryCanceledException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.QueryTimeoutException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.ResourceLimitExceededException extends ResultLimitExceededException implements Serializable
-
Class mondrian.olap.ResultLimitExceededException extends MondrianException implements Serializable
-
Class mondrian.olap.ResultStyleException extends MondrianException implements Serializable
-
Class mondrian.olap.Util.PropertyList extends Object implements Serializable
-
-
Package mondrian.olap.fun
-
Class mondrian.olap.fun.MondrianEvaluationException extends RuntimeException implements Serializable
-
-
Package mondrian.parser
-
Class mondrian.parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class mondrian.parser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class mondrian.parser.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package mondrian.recorder
-
Class mondrian.recorder.RecorderException extends MondrianException implements Serializable
-
-
Package mondrian.rolap
-
Class mondrian.rolap.BitKey.AbstractBitKey extends Object implements Serializable
- serialVersionUID:
- -2942302671676103450L
-
Class mondrian.rolap.BitKey.Big extends BitKey.AbstractBitKey implements Serializable
- serialVersionUID:
- -3715282769845236295L
-
Serialized Fields
-
bits
long[] bits
-
-
Class mondrian.rolap.BitKey.Mid128 extends BitKey.AbstractBitKey implements Serializable
- serialVersionUID:
- -8409143207943258659L
-
Serialized Fields
-
bits0
long bits0
-
bits1
long bits1
-
-
Class mondrian.rolap.BitKey.Small extends BitKey.AbstractBitKey implements Serializable
- serialVersionUID:
- -7891880560056571197L
-
Serialized Fields
-
bits
long bits
-
-
Class mondrian.rolap.CellKey.Four extends Object implements Serializable
- serialVersionUID:
- -2645858781233421151L
-
Serialized Fields
-
ordinal0
int ordinal0
-
ordinal1
int ordinal1
-
ordinal2
int ordinal2
-
ordinal3
int ordinal3
-
-
Class mondrian.rolap.CellKey.Many extends Object implements Serializable
- serialVersionUID:
- 3438398157192694834L
-
Serialized Fields
-
ordinals
int[] ordinals
-
-
Class mondrian.rolap.CellKey.One extends Object implements Serializable
- serialVersionUID:
- 2160238882970820960L
-
Serialized Fields
-
ordinal0
int ordinal0
-
-
Class mondrian.rolap.CellKey.Three extends Object implements Serializable
- serialVersionUID:
- -2645858781233421151L
-
Serialized Fields
-
ordinal0
int ordinal0
-
ordinal1
int ordinal1
-
ordinal2
int ordinal2
-
-
Class mondrian.rolap.CellKey.Two extends Object implements Serializable
- serialVersionUID:
- 1901188836648369359L
-
Serialized Fields
-
ordinal0
int ordinal0
-
ordinal1
int ordinal1
-
-
Class mondrian.rolap.CellKey.Zero extends Object implements Serializable
- serialVersionUID:
- 6063541581473797367L
-
-
Package mondrian.rolap.agg
-
Class mondrian.rolap.agg.AggregationManager.PinSetImpl extends HashSet<Segment> implements Serializable
-
Class mondrian.rolap.agg.CellRequestQuantumExceededException extends RuntimeException implements Serializable
-
Class mondrian.rolap.agg.SegmentCacheManager.AbortException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package mondrian.rolap.aggmatcher
-
Class mondrian.rolap.aggmatcher.DefaultDef.AggRule extends DefaultDef.Base implements Serializable
-
Serialized Fields
-
countColumn
String countColumn
-
factCountMatch
DefaultDef.FactCountMatch factCountMatch
-
factCountMatchRef
DefaultDef.FactCountMatchRef factCountMatchRef
-
foreignKeyMatch
DefaultDef.ForeignKeyMatch foreignKeyMatch
-
foreignKeyMatchRef
DefaultDef.ForeignKeyMatchRef foreignKeyMatchRef
-
ignoreMap
DefaultDef.IgnoreMap ignoreMap
-
ignoreMapRef
DefaultDef.IgnoreMapRef ignoreMapRef
-
levelMap
DefaultDef.LevelMap levelMap
-
levelMapRef
DefaultDef.LevelMapRef levelMapRef
-
measureMap
DefaultDef.MeasureMap measureMap
-
measureMapRef
DefaultDef.MeasureMapRef measureMapRef
-
tableMatch
DefaultDef.TableMatch tableMatch
-
tableMatchRef
DefaultDef.TableMatchRef tableMatchRef
-
tag
String tag
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.AggRules extends ElementDef implements Serializable
-
Serialized Fields
-
aggRules
DefaultDef.AggRule[] aggRules
All AggRules (at least one). Also, one of them must be marked with default=true. -
factCountMatches
DefaultDef.FactCountMatch[] factCountMatches
All shared FactCountMatches. -
foreignKeyMatches
DefaultDef.ForeignKeyMatch[] foreignKeyMatches
All shared ForeignKeyMatches. -
ignoreMaps
DefaultDef.IgnoreMap[] ignoreMaps
All shared IgnoreMap. -
levelMaps
DefaultDef.LevelMap[] levelMaps
All shared LevelMap. -
measureMaps
DefaultDef.MeasureMap[] measureMaps
All shared MeasureMap. -
tableMatches
DefaultDef.TableMatch[] tableMatches
All shared TableMatches. -
tag
String tag
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.Base extends ElementDef implements Serializable
-
Serialized Fields
-
enabled
Boolean enabled
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.CaseMatcher extends DefaultDef.Base implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatch extends DefaultDef.NameMatcher implements Serializable
-
Serialized Fields
-
factCountName
String factCountName
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.FactCountMatchRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatch extends DefaultDef.NameMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.ForeignKeyMatchRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMap extends DefaultDef.RegexMapper implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.IgnoreMapRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.LevelMap extends DefaultDef.RegexMapper implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.LevelMapRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.Mapper extends DefaultDef.CaseMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.MeasureMap extends DefaultDef.RegexMapper implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.MeasureMapRef extends DefaultDef.Ref implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.NameMatcher extends DefaultDef.CaseMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.Ref extends DefaultDef.Base implements Serializable
-
Serialized Fields
-
refId
String refId
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.Regex extends DefaultDef.CaseMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.RegexMapper extends DefaultDef.Base implements Serializable
-
Serialized Fields
-
id
String id
-
regexs
DefaultDef.Regex[] regexs
This is an array of Regex. A match occurs if any one of the Regex matches; it is the equivalent of or-ing the regular expressions together. A candidate string is processed sequentially by each Regex in their document order until one matches. In none match, well, none match.
-
-
-
Class mondrian.rolap.aggmatcher.DefaultDef.TableMatch extends DefaultDef.NameMatcher implements Serializable
-
Class mondrian.rolap.aggmatcher.DefaultDef.TableMatchRef extends DefaultDef.Ref implements Serializable
-
-
Package mondrian.spi
-
Class mondrian.spi.SegmentColumn extends Object implements Serializable
- serialVersionUID:
- -5227838916517784720L
-
Serialized Fields
-
columnExpression
String columnExpression
-
hashCode
int hashCode
-
valueCount
int valueCount
-
values
SortedSet<Comparable> values
-
-
Class mondrian.spi.SegmentHeader extends Object implements Serializable
- serialVersionUID:
- 8696439182886512850L
-
Serialized Fields
-
arity
int arity
-
compoundPredicates
List<String> compoundPredicates
-
constrainedColsBitKey
BitKey constrainedColsBitKey
-
constrainedColumns
List<SegmentColumn> constrainedColumns
-
cubeName
String cubeName
-
description
String description
-
excludedRegions
List<SegmentColumn> excludedRegions
-
hashCode
int hashCode
-
measureName
String measureName
-
rolapStarFactTableName
String rolapStarFactTableName
-
schemaChecksum
ByteString schemaChecksum
-
schemaName
String schemaName
-
uniqueID
ByteString uniqueID
-
-
-
Package mondrian.util
-
Class mondrian.util.ArraySortedSet extends AbstractSet<E extends Comparable<E>> implements Serializable
- serialVersionUID:
- -7613058579094914399L
-
Serialized Fields
-
end
int end
-
start
int start
-
values
E extends Comparable<E>[] values
-
-
Class mondrian.util.ArrayStack extends ArrayList<E> implements Serializable
-
Class mondrian.util.ByteString extends Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
Class mondrian.util.CreationException extends MondrianException implements Serializable
-
-
Package mondrian.web.servlet
-
Class mondrian.web.servlet.MdxQueryServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
connectString
String connectString
-
locator
CatalogLocator locator
-
-
-
-
Package mondrian.web.taglib
-
Class mondrian.web.taglib.QueryTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
-
Serialized Fields
-
name
String name
-
resultCache
boolean resultCache
-
-
-
Class mondrian.web.taglib.TransformTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable
-
-
Package mondrian.xmla
-
Class mondrian.xmla.DataSourcesConfig.Catalog extends ElementDef implements Serializable
-
Serialized Fields
-
dataSourceInfo
String dataSourceInfo
ConnectString of Mondrian (minus the catalog entry). This entry is optional; if present, it overrides the DataSourceInfo within the DataSource. -
definition
String definition
URI of the schema definition file, for example "/WEB-INF/schema/Marketing.xml". -
name
String name
-
-
-
Class mondrian.xmla.DataSourcesConfig.Catalogs extends ElementDef implements Serializable
-
Serialized Fields
-
catalogs
DataSourcesConfig.Catalog[] catalogs
The list of catalogs.
-
-
-
Class mondrian.xmla.DataSourcesConfig.DataSource extends ElementDef implements Serializable
-
Serialized Fields
-
authenticationMode
String authenticationMode
Ignored. Only return "Unauthenticated" for DISCOVER_DATASOURCES. -
catalogs
DataSourcesConfig.Catalogs catalogs
One or more Catalogs. -
dataSourceInfo
String dataSourceInfo
ConnectString of Mondrian (minus the catalog entry). Required, but catalog may override. -
description
String description
Description. -
name
String name
Name. -
providerName
String providerName
Customized Service Provider Name. -
providerType
String providerType
Ignored. Only return "MDP" for DISCOVER_DATASOURCES. -
url
String url
URL of Web Services invocation.
-
-
-
Class mondrian.xmla.DataSourcesConfig.DataSources extends ElementDef implements Serializable
-
Serialized Fields
-
dataSources
DataSourcesConfig.DataSource[] dataSources
The list of data sources supported by XMLA service.
-
-
-
Class mondrian.xmla.XmlaException extends MondrianException implements Serializable
-
Class mondrian.xmla.XmlaServlet extends HttpServlet implements Serializable
-
Serialized Fields
-
callbackList
List<XmlaRequestCallback> callbackList
-
charEncoding
String charEncoding
-
connectionFactory
XmlaHandler.ConnectionFactory connectionFactory
-
xmlaHandler
XmlaHandler xmlaHandler
-
-
-
-
Package mondrian.xmla.impl
-
Class mondrian.xmla.impl.DefaultXmlaServlet extends XmlaServlet implements Serializable
-
Serialized Fields
-
domFactory
DocumentBuilderFactory domFactory
-
requireAuthenticatedSessions
boolean requireAuthenticatedSessions
-
sessionInfos
Map<String,mondrian.xmla.impl.DefaultXmlaServlet.SessionInfo> sessionInfos
Session properties, keyed by session ID. Currently just username and password.
-
-
-
Class mondrian.xmla.impl.DynamicDatasourceXmlaServlet extends MondrianXmlaServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
finders
Map<String,DynamicContentFinder> finders
A map of datasources definitions toDynamicContentFinder
instances.
-
-
Class mondrian.xmla.impl.MondrianXmlaServlet extends DefaultXmlaServlet implements Serializable
-
Serialized Fields
-
server
MondrianServer server
-
-
-
Class mondrian.xmla.impl.Olap4jXmlaServlet extends DefaultXmlaServlet implements Serializable
-