public class StringSimilarPostgresqlMethod extends StringMatchesMethod
Modifier and Type | Field and Description |
---|---|
static org.datanucleus.query.expression.Expression.DyadicOperator |
OP_SIMILAR_TO |
clr, exprFactory, stmt
Constructor and Description |
---|
StringSimilarPostgresqlMethod() |
Modifier and Type | Method and Description |
---|---|
protected BooleanExpression |
getBooleanLikeExpression(SQLExpression expr,
SQLExpression regExpr,
SQLExpression escapeExpr) |
protected BooleanExpression |
getExpressionForStringExpressionInput(SQLExpression expr,
SQLExpression regExpr,
SQLExpression escapeExpr) |
getExpression
getMappingForClass, setStatement
public static final org.datanucleus.query.expression.Expression.DyadicOperator OP_SIMILAR_TO
protected BooleanExpression getExpressionForStringExpressionInput(SQLExpression expr, SQLExpression regExpr, SQLExpression escapeExpr)
getExpressionForStringExpressionInput
in class StringMatchesMethod
protected BooleanExpression getBooleanLikeExpression(SQLExpression expr, SQLExpression regExpr, SQLExpression escapeExpr)
getBooleanLikeExpression
in class StringMatchesMethod
Copyright © 2015. All rights reserved.