public class MySqlAnalyzeStatement extends MySqlStatementImpl
| Constructor and Description |
|---|
MySqlAnalyzeStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
void |
addTableSource(SQLExprTableSource tableSource) |
List<SQLExprTableSource> |
getTableSources() |
boolean |
isLocal() |
boolean |
isNoWriteToBinlog() |
void |
setLocal(boolean local) |
void |
setNoWriteToBinlog(boolean noWriteToBinlog) |
getChildrenclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplpublic boolean isNoWriteToBinlog()
public void setNoWriteToBinlog(boolean noWriteToBinlog)
public boolean isLocal()
public void setLocal(boolean local)
public List<SQLExprTableSource> getTableSources()
public void addTableSource(SQLExprTableSource tableSource)
Copyright © 2013–2018 Alibaba Group. All rights reserved.