Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.unparser | |
com.akiban.sql.views |
Modifier and Type | Field and Description |
---|---|
protected ResultColumnList |
DMLModStatementNode.returningColumnList |
Modifier and Type | Method and Description |
---|---|
ResultColumnList |
ConstraintDefinitionNode.getColumnList()
Get the column list
|
ResultColumnList |
CopyStatementNode.getColumnList() |
ResultColumnList |
ResultColumnList.getJoinColumns(ResultColumnList joinColumns)
Get the join columns from this list.
|
ResultColumnList |
FKConstraintDefinitionNode.getRefResultColumnList() |
ResultColumnList |
ResultSetNode.getResultColumns()
Get the resultColumns for this ResultSetNode
|
ResultColumnList |
CreateViewNode.getResultColumns() |
ResultColumnList |
DMLModStatementNode.getReturningList() |
ResultColumnList |
InsertNode.getTargetColumnList() |
ResultColumnList |
JoinNode.getUsingClause() |
Modifier and Type | Method and Description |
---|---|
void |
TablePrivilegesNode.addAction(int action,
ResultColumnList privilegeColumnList)
Add one action to the privileges for this table
|
void |
ResultColumnList.appendResultColumns(ResultColumnList resultColumns,
boolean destructiveCopy)
Append a given ResultColumnList to this one, resetting the virtual
column ids in the appended portion.
|
ResultColumnList |
ResultColumnList.getJoinColumns(ResultColumnList joinColumns)
Get the join columns from this list.
|
void |
ResultColumnList.removeJoinColumns(ResultColumnList joinColumns)
Remove the columns which are join columns (in the
joinColumns RCL) from this list.
|
void |
ResultSetNode.setResultColumns(ResultColumnList newRCL)
Set the resultColumns in this ResultSetNode
|
void |
DMLModStatementNode.setReturningList(ResultColumnList returningColumnList) |
void |
JoinNode.setUsingClause(ResultColumnList usingClause) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
NodeToString.resultColumnList(ResultColumnList node) |
Modifier and Type | Method and Description |
---|---|
ResultColumnList |
ViewDefinition.getResultColumns()
Get the result columns for this view.
|
Copyright © 2013. All Rights Reserved.