public class SQLShowVariantsStatement extends SQLStatementImpl implements SQLShowStatement
| Constructor and Description |
|---|
SQLShowVariantsStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getLike() |
SQLExpr |
getWhere() |
boolean |
isGlobal() |
boolean |
isSession() |
void |
setGlobal(boolean global) |
void |
setLike(SQLExpr like) |
void |
setSession(boolean session) |
void |
setWhere(SQLExpr where) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic boolean isGlobal()
public void setGlobal(boolean global)
public boolean isSession()
public void setSession(boolean session)
public SQLExpr getLike()
public void setLike(SQLExpr like)
public SQLExpr getWhere()
public void setWhere(SQLExpr where)
public void accept0(SQLASTVisitor visitor)
Copyright © 2013–2022 Alibaba Group. All rights reserved.