public interface ColumnResolver
Modifier and Type | Method and Description |
---|---|
Column[] |
getColumns()
Get the column list.
|
Column |
getRowIdColumn()
Get the row id pseudo column, if there is one.
|
String |
getSchemaName()
Get the schema name.
|
Select |
getSelect()
Get the select statement.
|
Column[] |
getSystemColumns()
Get the list of system columns, if any.
|
String |
getTableAlias()
Get the table alias.
|
TableFilter |
getTableFilter()
Get the table filter.
|
Value |
getValue(Column column)
Get the value for the given column.
|
Expression |
optimize(ExpressionColumn expressionColumn,
Column column)
Get the expression that represents this column.
|
String getTableAlias()
Column[] getColumns()
Column[] getSystemColumns()
Column getRowIdColumn()
String getSchemaName()
Value getValue(Column column)
column
- the columnTableFilter getTableFilter()
Select getSelect()
Expression optimize(ExpressionColumn expressionColumn, Column column)
expressionColumn
- the expression columncolumn
- the columnCopyright © 2012 JBoss by Red Hat. All Rights Reserved.