public class MySqlMigrateStatement extends MySqlStatementImpl
| Constructor and Description |
|---|
MySqlMigrateStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLCharExpr |
getFromInsId() |
SQLCharExpr |
getFromInsIp() |
SQLIntegerExpr |
getFromInsPort() |
SQLCharExpr |
getFromInsStatus() |
SQLIntegerExpr |
getMigrateType() |
SQLName |
getSchema() |
SQLCharExpr |
getShardNames() |
SQLCharExpr |
getToInsId() |
SQLCharExpr |
getToInsIp() |
SQLIntegerExpr |
getToInsPort() |
SQLCharExpr |
getToInsStatus() |
void |
setFromInsId(SQLCharExpr fromInsId) |
void |
setFromInsIp(SQLCharExpr fromInsIp) |
void |
setFromInsPort(SQLIntegerExpr fromInsPort) |
void |
setFromInsStatus(SQLCharExpr fromInsStatus) |
void |
setMigrateType(SQLIntegerExpr migrateType) |
void |
setSchema(SQLName schema) |
void |
setShardNames(SQLCharExpr shardNames) |
void |
setToInsId(SQLCharExpr toInsId) |
void |
setToInsIp(SQLCharExpr toInsIp) |
void |
setToInsPort(SQLIntegerExpr toInsPort) |
void |
setToInsStatus(SQLCharExpr toInsStatus) |
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, 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 getSchema()
public void setSchema(SQLName schema)
public SQLCharExpr getShardNames()
public void setShardNames(SQLCharExpr shardNames)
public SQLIntegerExpr getMigrateType()
public void setMigrateType(SQLIntegerExpr migrateType)
public SQLCharExpr getFromInsId()
public void setFromInsId(SQLCharExpr fromInsId)
public SQLCharExpr getFromInsIp()
public void setFromInsIp(SQLCharExpr fromInsIp)
public SQLIntegerExpr getFromInsPort()
public void setFromInsPort(SQLIntegerExpr fromInsPort)
public SQLCharExpr getFromInsStatus()
public void setFromInsStatus(SQLCharExpr fromInsStatus)
public SQLCharExpr getToInsId()
public void setToInsId(SQLCharExpr toInsId)
public SQLCharExpr getToInsIp()
public void setToInsIp(SQLCharExpr toInsIp)
public SQLIntegerExpr getToInsPort()
public void setToInsPort(SQLIntegerExpr toInsPort)
public SQLCharExpr getToInsStatus()
public void setToInsStatus(SQLCharExpr toInsStatus)
Copyright © 2013–2020 Alibaba Group. All rights reserved.