public class RegExpMatchOperator extends BinaryExpression
Constructor and Description |
---|
RegExpMatchOperator(Expression leftExpression,
Expression rightExpression,
boolean not,
RegExpMatchOperatorType operatorType) |
Modifier and Type | Method and Description |
---|---|
void |
builderExpression(StatementSqlBuilder builder)
实现接口的sql片段通过builder.appendSql(String
segment)进行拼接,也可以builder.getStringBuilder方法获取StringBuilder,然后进行append
实现的参数信息通过builder.addParamValue(Object...
|
RegExpMatchOperatorType |
getOperatorType() |
String |
getStringExpression() |
getLeftExpression, getRightExpression, isNot, setLeftExpression, setNot, setRightExpression, toString
public RegExpMatchOperator(Expression leftExpression, Expression rightExpression, boolean not, RegExpMatchOperatorType operatorType)
public RegExpMatchOperatorType getOperatorType()
public String getStringExpression()
getStringExpression
in class BinaryExpression
public void builderExpression(StatementSqlBuilder builder)
ExpressionBuildProcessor
Copyright © 2006–2018 TinyGroup. All rights reserved.