| Package | Description |
|---|---|
| com.foundationdb.sql.compiler | |
| com.foundationdb.sql.parser | |
| com.foundationdb.sql.unparser |
| Modifier and Type | Method and Description |
|---|---|
protected DataTypeDescriptor |
TypeComputer.dominantType(ValueNodeList nodeList) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueNodeList |
BinaryListOperatorNode.rightOperandList |
| Modifier and Type | Method and Description |
|---|---|
ValueNodeList |
CoalesceFunctionNode.getArgumentsList() |
ValueNodeList |
SimpleCaseNode.getCaseOperands() |
ValueNodeList |
RowConstructorNode.getNodeList() |
ValueNodeList |
ExecuteStatementNode.getParameterList() |
ValueNodeList |
SimpleCaseNode.getResultValues() |
ValueNodeList |
BinaryListOperatorNode.getRightOperandList()
Get the rightOperandList
|
ValueNodeList |
ConditionalNode.getThenElseList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryListOperatorNode.setRightOperandList(ValueNodeList newRightOperandList)
Set the rightOperandList to the specified ValueNodeList
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
NodeToString.functionCall(String functionName,
ValueNodeList args) |
protected String |
NodeToString.valueNodeList(ValueNodeList node) |
Copyright © 2015 FoundationDB, LLC. All rights reserved.