Package | Description |
---|---|
com.akiban.sql.compiler | |
com.akiban.sql.parser | |
com.akiban.sql.unparser |
Modifier and Type | Method and Description |
---|---|
protected DataTypeDescriptor |
TypeComputer.resultColumn(ResultColumn node) |
Modifier and Type | Class and Description |
---|---|
class |
AllResultColumn
An AllResultColumn represents a "*" result column in a SELECT
statement.
|
Modifier and Type | Method and Description |
---|---|
ResultColumn |
ResultColumnList.getOrderByColumn(int position)
Get a ResultColumn from a column position (1-based) in the list,
null if out of range (for order by).
|
ResultColumn |
ResultColumnList.getResultColumn(int position)
Get a ResultColumn from a column position (1-based) in the list
|
ResultColumn |
ResultColumnList.getResultColumn(java.lang.String columnName)
Get a ResultColumn that matches the specified columnName.
|
ResultColumn |
VirtualColumnNode.getSourceColumn()
Return the ResultColumn that is the source of this VirtualColumnNode.
|
ResultColumn |
ValueNode.getSourceResultColumn()
Get the source for this ValueNode.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultColumnList.addResultColumn(ResultColumn resultColumn)
Add a ResultColumn (at this point, ResultColumn or
AllResultColumn) to the list
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
NodeToString.resultColumn(ResultColumn node) |
Copyright © 2013. All Rights Reserved.