medi.db.table
Class EditorTelephoneNo

java.lang.Object
  |
  +--javatools.db.DbAbstractTable
        |
        +--javatools.db.DbFixedAbstractTable
              |
              +--medi.db.table.EditorTelephoneNo
All Implemented Interfaces:
DbTableUser

public class EditorTelephoneNo
extends DbFixedAbstractTable

Represents the EDITOR_TELEPHONE_NO 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
EditorTelephoneNo(DbDatabase db)
          Creates new EditorTelephoneNo.
 
Method Summary
 DbConstraint getConstraint()
          Returns the constraint (of type FKEditorTelephoneNo).
 
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

EditorTelephoneNo

public EditorTelephoneNo(DbDatabase db)
                  throws DbException
Creates new EditorTelephoneNo.

Parameters:
db - The database to use.
Throws:
DbException - If something goes wrong.
Method Detail

getConstraint

public DbConstraint getConstraint()
Returns the constraint (of type FKEditorTelephoneNo).

Specified by:
getConstraint in class DbAbstractTable
Returns:
The constraint.