public class BindVariableExpression extends Object implements org.apache.openjpa.kernel.exps.Expression, ExpressionNode
ExpressionNode.NodeType| Constructor and Description |
|---|
BindVariableExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(org.apache.openjpa.kernel.exps.ExpressionVisitor arg0) |
void |
appendSql(StringBuilder sql)
Appends the node SQL string to the string builder.
|
ExpressionNode.NodeType |
getNodeType()
Gets the node type
|
public void appendSql(StringBuilder sql)
ExpressionNodeappendSql in interface ExpressionNodesql - The SQL string builder to append to.public ExpressionNode.NodeType getNodeType()
ExpressionNodegetNodeType in interface ExpressionNodepublic void acceptVisit(org.apache.openjpa.kernel.exps.ExpressionVisitor arg0)
acceptVisit in interface org.apache.openjpa.kernel.exps.ExpressionCopyright © GigaSpaces.