|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.rolap.aggmatcher.JdbcSchema.Table.Column.Usage
public class JdbcSchema.Table.Column.Usage
A usage of a column.
Constructor Summary | |
---|---|
JdbcSchema.Table.Column.Usage(JdbcSchema.UsageType usageType)
|
Method Summary | |
---|---|
RolapAggregator |
getAggregator()
Get the aggregator associated with this usage (if its a measure usage, otherwise null). |
JdbcSchema.Table.Column |
getColumn()
This is the column with which this usage is associated. |
String |
getSymbolicName()
Get usage's symbolic name. |
JdbcSchema.UsageType |
getUsageType()
The column usage type. |
void |
print(PrintWriter pw,
String prefix)
|
void |
setAggregator(RolapAggregator aggregator)
Set the aggregator associated with this usage (if its a measure usage). |
void |
setSymbolicName(String symbolicName)
Set 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)
Method Detail |
---|
public JdbcSchema.Table.Column getColumn()
public JdbcSchema.UsageType getUsageType()
public void setSymbolicName(String symbolicName)
symbolicName
- public String getSymbolicName()
public void setAggregator(RolapAggregator aggregator)
aggregator
- public 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 |