public class MySqlShowVariantsStatement extends MySqlStatementImpl implements MySqlShowStatement
| Constructor and Description |
|---|
MySqlShowVariantsStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor 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) |
getChildrenclone, 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, toStringpublic 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(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplCopyright © 2013–2021 Alibaba Group. All rights reserved.