Table |
Table.addColumn(Column column) |
Table |
Table.addTag(Tag tag) |
Table |
MasterTable.getPartition(DataRow value)
根据值定位分区表
|
Table |
MasterTable.getPartition(Tag... tags)
根据标签定位分区表
|
Table |
ForeignKey.getReference() |
Table |
Constraint.getTable(boolean update) |
Table |
BaseMetadata.getTable(boolean update)
相关表
|
Table |
Table.setCharset(String charset) |
Table |
Table.setCheckSchemaTime(Date checkSchemaTime) |
Table |
Table.setCollate(String collate) |
<T extends Column> Table |
Table.setColumns(LinkedHashMap<String,T> columns) |
Table |
Table.setConstraints(LinkedHashMap<String,Constraint> constraints) |
Table |
Table.setEngine(String engine) |
<T extends Index> Table |
Table.setIndexs(LinkedHashMap<String,T> indexs) |
Table |
Table.setPrimaryKey(PrimaryKey primaryKey) |
Table |
Table.setPrimaryKey(String... keys) |
Table |
Table.setRefGeneration(String refGeneration) |
Table |
Table.setSelfReferencingColumn(String selfReferencingColumn) |
Table |
Table.setSrid(int srid) |
Table |
Table.setTags(LinkedHashMap<String,Tag> tags) |
Table |
Table.setTtl(Long ttl) |
Table |
Table.setType(String type) |
Table |
Table.setTypeCat(String typeCat) |
Table |
Table.setTypeName(String typeName) |
Table |
Table.setTypeSchema(String typeSchema) |