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