public class PartitionTable extends Table
| 限定符和类型 | 字段和说明 |
|---|---|
protected MasterTable |
master |
protected String |
masterName |
protected PartitionTable |
update |
autoDropColumn, catalog, charset, checkSchemaTime, collate, columns, comment, constraints, engine, indexs, keyword, listener, name, primaryKey, refGeneration, schema, selfReferencingColumn, tags, ttl, type, typeCat, typeName, typeSchema| 构造器和说明 |
|---|
PartitionTable() |
PartitionTable(String name) |
PartitionTable(String schema,
String table) |
PartitionTable(String catalog,
String schema,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
PartitionTable |
clone() |
String |
getKeyword() |
MasterTable |
getMaster() |
String |
getMasterName() |
void |
setMaster(MasterTable master) |
void |
setMaster(String masterName) |
void |
setMasterName(String masterName) |
String |
toString() |
PartitionTable |
update() |
addColumn, addColumn, addColumn, addTag, addTag, addTag, addTag, getCatalog, getCharset, getCheckSchemaTime, getCollate, getColumn, getColumns, getComment, getConstraints, getEngine, getIndexs, getListener, getName, getName, getPrimaryKey, getRefGeneration, getSchema, getSelfReferencingColumn, getService, getTag, getTags, getTtl, getType, getTypeCat, getTypeName, getTypeSchema, getUpdate, isAutoDropColumn, primary, primarys, setAutoDropColumn, setCatalog, setCharset, setCheckSchemaTime, setCollate, setColumns, setComment, setConstraints, setCreater, setEngine, setIndexs, setListener, setName, setPrimaryKey, setPrimaryKey, setRefGeneration, setSchema, setSelfReferencingColumn, setService, setTags, setTtl, setType, setTypeCat, setTypeName, setTypeSchema, setUpdateprotected String masterName
protected PartitionTable update
protected MasterTable master
public PartitionTable()
public PartitionTable(String name)
public String getMasterName()
public void setMasterName(String masterName)
public void setMaster(String masterName)
public MasterTable getMaster()
public void setMaster(MasterTable master)
public String getKeyword()
getKeyword 在类中 Tablepublic PartitionTable clone()
public PartitionTable update()
Copyright © 2023. All rights reserved.