|
|||||||||
| Home >> All >> medi >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
medi.base
Class Container

java.lang.Objectjavatools.db.AbstractTable
javatools.db.DbAbstractTable
javatools.db.DbFixedAbstractTable
medi.base.Container
- All Implemented Interfaces:
- javatools.db.DbTableUser
- public class Container
- extends javatools.db.DbFixedAbstractTable
Represents the CONTAINER table (see relational model).
- Version:
- 0.0.1
| Field Summary | |
private FKContainer |
fk
|
| Fields inherited from class javatools.db.DbFixedAbstractTable |
colNameMap, columns, defaultValues |
| Fields inherited from class javatools.db.DbAbstractTable |
db |
| Fields inherited from class javatools.db.AbstractTable |
displaySize, names, tableName, types |
| Constructor Summary | |
Container(javatools.db.DbDatabase db)
Creates new Container |
|
| Method Summary | |
javatools.db.DbConstraint |
getConstraint()
Returns the constraint (of type FKContainer). |
| Methods inherited from class javatools.db.DbFixedAbstractTable |
buildUp, catchDefaults, deleter, getColumn, getColumn, getColumnCount, getDefault, getDefault, inserter, inserter, loadStructure, saveStructure, simpleDeleter, simpleInserter, simpleInserter, simpleUpdater, updater |
| Methods inherited from class javatools.db.DbAbstractTable |
getDatabase |
| Methods inherited from class javatools.db.AbstractTable |
equals, getColumnIndex, getColumnName, getFullTableName, setColumnCount, setColumnName, setTableName, usesTables |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fk
private FKContainer fk
| Constructor Detail |
Container
public Container(javatools.db.DbDatabase db) throws javatools.db.DbException
- Creates new Container
| Method Detail |
getConstraint
public javatools.db.DbConstraint getConstraint()
- Returns the constraint (of type FKContainer).
|
|||||||||
| Home >> All >> medi >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC