public class MySqlMigrateStatement extends MySqlStatementImpl
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
MySqlMigrateStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0, getChildrenclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, 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 在接口中 MySqlObjectaccept0 在类中 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–2023. All rights reserved.