|
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 | |||||||||
java.lang.Object | +--com.solarmetric.rd.kodo.impl.jdbc.schema.Schema
Represents a database schema.
| Method Summary | |
com.solarmetric.rd.kodo.impl.jdbc.schema.Table |
addTable(java.lang.String name)
Add a table to the schema. |
int |
compareTo(java.lang.Object other)
|
java.lang.String |
getName()
Return the name of the schema, or null if none. |
com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup |
getSchemaGroup()
Return the schema's group. |
com.solarmetric.rd.kodo.impl.jdbc.schema.Table |
getTable(java.lang.String name)
Return the table with the given name, or null if none. |
com.solarmetric.rd.kodo.impl.jdbc.schema.Table[] |
getTables()
Return the schema's tables. |
com.solarmetric.rd.kodo.impl.jdbc.schema.Table |
importTable(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table)
Import a table from another schema. |
boolean |
removeTable(com.solarmetric.rd.kodo.impl.jdbc.schema.Table tab)
Remove the given table from the schema. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup getSchemaGroup()
public java.lang.String getName()
public com.solarmetric.rd.kodo.impl.jdbc.schema.Table[] getTables()
public com.solarmetric.rd.kodo.impl.jdbc.schema.Table getTable(java.lang.String name)
public com.solarmetric.rd.kodo.impl.jdbc.schema.Table addTable(java.lang.String name)
public boolean removeTable(com.solarmetric.rd.kodo.impl.jdbc.schema.Table tab)
public com.solarmetric.rd.kodo.impl.jdbc.schema.Table importTable(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table)
public int compareTo(java.lang.Object other)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.Object
|
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 | |||||||||