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)
ExpressionNode
appendSql
in interface ExpressionNode
sql
- The SQL string builder to append to.public ExpressionNode.NodeType getNodeType()
ExpressionNode
getNodeType
in interface ExpressionNode
public void acceptVisit(org.apache.openjpa.kernel.exps.ExpressionVisitor arg0)
acceptVisit
in interface org.apache.openjpa.kernel.exps.Expression
Copyright © GigaSpaces.