public class S_Like extends SqlExprBase
| Constructor and Description |
|---|
S_Like(SqlExpr expr,
String pattern,
boolean caseInsensitive) |
| Modifier and Type | Method and Description |
|---|---|
SqlExpr |
getExpr() |
String |
getPattern() |
boolean |
isCaseInsensitive() |
void |
visit(SqlExprVisitor visitor) |
asSQL, asSQL, getColumnsNeeded, isColumn, isConstant, toStringaddNote, addNotes, getNotes, hasNotes, hasOneNoteequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addNotes, getNotes, hasNotes, hasOneNotepublic SqlExpr getExpr()
public String getPattern()
public boolean isCaseInsensitive()
public void visit(SqlExprVisitor visitor)
Licenced under the Apache License, Version 2.0