| Package | Description |
|---|---|
| com.foundationdb.sql.compiler | |
| com.foundationdb.sql.parser | |
| com.foundationdb.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(String columnName)
Get a ResultColumn that matches the specified columnName.
|
ResultColumn |
VirtualColumnNode.getSourceResultColumn() |
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 String |
NodeToString.resultColumn(ResultColumn node) |
Copyright © 2015 FoundationDB, LLC. All rights reserved.