| Modifier and Type | Class and Description |
|---|---|
static class |
AggregateTableOutput.ColumnOutput |
| Constructor and Description |
|---|
AggregateTableOutput(Aggregate aggregate) |
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
getAggregate()
the parent aggregate of this output
|
String |
getCatalogName() |
List<AggregateTableOutput.ColumnOutput> |
getColumnOutputs() |
String |
getSchemaName() |
String |
getTableName() |
void |
setCatalogName(String catalogName) |
void |
setSchemaName(String schemaName) |
void |
setTableName(String tableName) |
public AggregateTableOutput(Aggregate aggregate)
public String getTableName()
public void setTableName(String tableName)
public String getCatalogName()
public void setCatalogName(String catalogName)
public String getSchemaName()
public void setSchemaName(String schemaName)
public Aggregate getAggregate()
OutputgetAggregate in interface Outputpublic List<AggregateTableOutput.ColumnOutput> getColumnOutputs()
Copyright © 2006–2016 Julian Hyde. All rights reserved.