public class MySqlExecuteForAdsStatement extends MySqlStatementImpl
| Constructor and Description |
|---|
MySqlExecuteForAdsStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLName |
getAction() |
List<SQLObject> |
getChildren() |
SQLName |
getRole() |
SQLName |
getStatus() |
SQLCharExpr |
getTargetId() |
void |
setAction(SQLName action) |
void |
setRole(SQLName role) |
void |
setStatus(SQLName status) |
void |
setTargetId(SQLCharExpr targetId) |
clone, 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, 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 void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplpublic SQLName getAction()
public void setAction(SQLName action)
public SQLName getRole()
public void setRole(SQLName role)
public SQLCharExpr getTargetId()
public void setTargetId(SQLCharExpr targetId)
public SQLName getStatus()
public void setStatus(SQLName status)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class MySqlStatementImplCopyright © 2013–2022 Alibaba Group. All rights reserved.