|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
public class JdbcSchema.Table.Column.Usage
A usage of a column.
Field Summary | |
---|---|
MondrianDef.Expression |
joinExp
|
String |
levelColumnName
|
RolapStar.Column |
rColumn
|
MondrianDef.Relation |
relation
|
String |
rightJoinConditionColumnName
|
RolapStar.Measure |
rMeasure
|
RolapStar.Table |
rTable
|
String |
usagePrefix
The prefix (possibly null) to use during aggregate table generation (See AggGen). |
Constructor Summary | |
---|---|
JdbcSchema.Table.Column.Usage(JdbcSchema.UsageType usageType)
Creates a Usage. |
Method Summary | |
---|---|
RolapAggregator |
getAggregator()
Returns the aggregator associated with this usage (if its a measure usage, otherwise null). |
JdbcSchema.Table.Column |
getColumn()
Returns the column with which this usage is associated. |
String |
getSymbolicName()
Returns the usage's symbolic name. |
JdbcSchema.UsageType |
getUsageType()
Returns the column usage type. |
void |
print(PrintWriter pw,
String prefix)
|
void |
setAggregator(RolapAggregator aggregator)
Sets the aggregator associated with this usage (if it is a measure usage). |
void |
setSymbolicName(String symbolicName)
Sets the symbolic (logical) name associated with this usage. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public RolapStar.Measure rMeasure
public MondrianDef.Relation relation
public MondrianDef.Expression joinExp
public String levelColumnName
public RolapStar.Column rColumn
public RolapStar.Table rTable
public String rightJoinConditionColumnName
public String usagePrefix
Constructor Detail |
---|
JdbcSchema.Table.Column.Usage(JdbcSchema.UsageType usageType)
usageType
- Usage typeMethod Detail |
---|
public JdbcSchema.Table.Column getColumn()
public JdbcSchema.UsageType getUsageType()
public void setSymbolicName(String symbolicName)
symbolicName
- Symbolic namepublic String getSymbolicName()
public void setAggregator(RolapAggregator aggregator)
aggregator
- Aggregatorpublic RolapAggregator getAggregator()
public String toString()
toString
in class Object
public void print(PrintWriter pw, String prefix)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |