public interface ExpressionNode
Modifier and Type | Interface and Description |
---|---|
static class |
ExpressionNode.NodeType
Represents the node type in the translated query expression tree.
|
Modifier and Type | Method and Description |
---|---|
void |
appendSql(StringBuilder sql)
Appends the node SQL string to the string builder.
|
ExpressionNode.NodeType |
getNodeType()
Gets the node type
|
void appendSql(StringBuilder sql)
sql
- The SQL string builder to append to.ExpressionNode.NodeType getNodeType()
Copyright © GigaSpaces.