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) |
getExpressionpublic 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 StringMatchesMethodprotected BooleanExpression getBooleanLikeExpression(SQLStatement stmt, SQLExpression expr, SQLExpression regExpr, SQLExpression escapeExpr)
getBooleanLikeExpression in class StringMatchesMethodCopyright © 2019. All rights reserved.