Package | Description |
---|---|
com.akiban.sql.compiler | |
com.akiban.sql.parser | |
com.akiban.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 |
RowConstructorNode.getNodeList() |
ValueNodeList |
ExecuteStatementNode.getParameterList() |
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 java.lang.String |
NodeToString.functionCall(java.lang.String functionName,
ValueNodeList args) |
protected java.lang.String |
NodeToString.valueNodeList(ValueNodeList node) |
Copyright © 2013. All Rights Reserved.