|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javatools.db.DbAbstractTable
|
+--javatools.db.DbFixedAbstractTable
|
+--medi.db.table.Editor
Represents the EDITOR table (see relational model).
| Field Summary |
| Fields inherited from class javatools.db.DbFixedAbstractTable |
colNameMap, columns, defaultValues |
| Fields inherited from class javatools.db.DbAbstractTable |
db, displaySize, names, tableName, types |
| Constructor Summary | |
Editor(DbDatabase db)
Creates new Editor. |
|
| Method Summary | |
DbConstraint |
getConstraint()
Returns the constraint (of type FKEditor). |
| Methods inherited from class javatools.db.DbFixedAbstractTable |
buildUp, catchDefaults, deleter, getColumn, getColumn, getColumnCount, getDefault, getDefault, inserter, inserter, loadStructure, saveStructure, updater |
| Methods inherited from class javatools.db.DbAbstractTable |
equals, getDatabase, getFullTableName, setTableName, simpleDeleter, simpleInserter, simpleInserter, simpleUpdater, usesTables |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Editor(DbDatabase db)
throws DbException
db - The database to use.
DbException - If something goes wrong.| Method Detail |
public DbConstraint getConstraint()
getConstraint in class DbAbstractTable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||