|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for schema serializers. Serializers work at the fine-grained fine-grained table level to allow you to split schemas among multiple files.
| Method Summary | |
void |
addTable(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table)
Add the given table to the set of tables that will be serialized. |
void |
addTables(com.solarmetric.rd.kodo.impl.jdbc.schema.Schema schema)
Add the given schema's tables to the set of tables that will be serialized. |
void |
addTables(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup group)
Add all the tables in the given group to the set of tables that will be serialized. |
void |
clear()
Clear the set of tables to be serialized. |
com.solarmetric.rd.kodo.impl.jdbc.schema.Table[] |
getTables()
Return the set of tables that will be serialized. |
boolean |
removeTable(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table)
Remove the given table from the set to be serialized. |
boolean |
removeTables(com.solarmetric.rd.kodo.impl.jdbc.schema.Schema schema)
Remove the given schema's tables from the set to be serialized. |
boolean |
removeTables(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup group)
Remove all schemas in the given group from the set to be serialized. |
| Methods inherited from interface com.solarmetric.rd.meta.MetaDataSerializer |
getLog, serialize, serialize, serialize, setLog |
| Method Detail |
public com.solarmetric.rd.kodo.impl.jdbc.schema.Table[] getTables()
public void addTable(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table)
public void addTables(com.solarmetric.rd.kodo.impl.jdbc.schema.Schema schema)
public void addTables(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup group)
public boolean removeTable(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table)
public boolean removeTables(com.solarmetric.rd.kodo.impl.jdbc.schema.Schema schema)
public boolean removeTables(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup group)
public void clear()
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||