| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVisitor.visit(LikeExpression likeExpression) |
void |
ExpressionVisitorAdapter.visit(LikeExpression expr) |
| Modifier and Type | Method and Description |
|---|---|
LikeExpression |
LikeExpression.withCaseInsensitive(boolean caseInsensitive) |
LikeExpression |
LikeExpression.withEscape(String escape) |
LikeExpression |
LikeExpression.withLeftExpression(Expression arg0) |
LikeExpression |
LikeExpression.withNot(boolean not) |
LikeExpression |
LikeExpression.withRightExpression(Expression arg0) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(LikeExpression likeExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDeParser.visit(LikeExpression likeExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.visit(LikeExpression likeExpression) |
Copyright © 2004–2021 JSQLParser. All rights reserved.