public class DataDefinition extends Object
| 构造器和说明 |
|---|
DataDefinition() |
DataDefinition(DataDefinitionType type,
MappingTable mappingTable) |
DataDefinition(DataDefinitionType type,
MappingTable mappingTable,
MappingIndex mappingIndex) |
DataDefinition(DataDefinitionType type,
MappingTable mappingTable,
String indexName) |
DataDefinition(DataDefinitionType type,
MappingTable mappingTable,
TableStructure tableStructure,
MappingField mappingField) |
DataDefinition(DataDefinitionType type,
MappingTable mappingTable,
TableStructure tableStructure,
TableColumnStructure columnStructure) |
DataDefinition(DataDefinitionType type,
TableStructure tableStructure) |
DataDefinition(DataDefinitionType type,
TableStructure tableStructure,
MappingTable mappingTable,
MappingField mappingField,
TableColumnStructure columnStructure) |
| 限定符和类型 | 方法和说明 |
|---|---|
TableColumnStructure |
getColumnStructure() |
String |
getIndexName() |
MappingField |
getMappingField() |
MappingIndex |
getMappingIndex() |
MappingTable |
getMappingTable() |
TableStructure |
getTableStructure() |
DataDefinitionType |
getType() |
void |
setColumnStructure(TableColumnStructure columnStructure) |
void |
setIndexName(String indexName) |
void |
setMappingField(MappingField mappingField) |
void |
setMappingIndex(MappingIndex mappingIndex) |
void |
setMappingTable(MappingTable mappingTable) |
void |
setTableStructure(TableStructure tableStructure) |
void |
setType(DataDefinitionType type) |
public DataDefinition()
public DataDefinition(DataDefinitionType type, MappingTable mappingTable)
public DataDefinition(DataDefinitionType type, TableStructure tableStructure)
public DataDefinition(DataDefinitionType type, MappingTable mappingTable, TableStructure tableStructure, MappingField mappingField)
public DataDefinition(DataDefinitionType type, MappingTable mappingTable, TableStructure tableStructure, TableColumnStructure columnStructure)
public DataDefinition(DataDefinitionType type, TableStructure tableStructure, MappingTable mappingTable, MappingField mappingField, TableColumnStructure columnStructure)
public DataDefinition(DataDefinitionType type, MappingTable mappingTable, MappingIndex mappingIndex)
public DataDefinition(DataDefinitionType type, MappingTable mappingTable, String indexName)
public MappingTable getMappingTable()
public void setMappingTable(MappingTable mappingTable)
public MappingField getMappingField()
public void setMappingField(MappingField mappingField)
public TableColumnStructure getColumnStructure()
public void setColumnStructure(TableColumnStructure columnStructure)
public DataDefinitionType getType()
public void setType(DataDefinitionType type)
public TableStructure getTableStructure()
public void setTableStructure(TableStructure tableStructure)
public MappingIndex getMappingIndex()
public void setMappingIndex(MappingIndex mappingIndex)
public String getIndexName()
public void setIndexName(String indexName)
Copyright © 2020. All rights reserved.