public class MatchesExpression extends Object implements org.apache.openjpa.kernel.exps.Expression, ExpressionNode
ExpressionNode.NodeType
Modifier and Type | Field and Description |
---|---|
protected ExpressionNode |
_candidate |
protected ExpressionNode |
_regularExpression |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(org.apache.openjpa.kernel.exps.ExpressionVisitor visitor) |
void |
appendSql(StringBuilder sql)
Appends the node SQL string to the string builder.
|
ExpressionNode.NodeType |
getNodeType()
Gets the node type
|
protected ExpressionNode _candidate
protected ExpressionNode _regularExpression
public void acceptVisit(org.apache.openjpa.kernel.exps.ExpressionVisitor visitor)
acceptVisit
in interface org.apache.openjpa.kernel.exps.Expression
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
Copyright © GigaSpaces.