Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

medi.db.table
Class AuthorTelephoneNo  view AuthorTelephoneNo download AuthorTelephoneNo.java

java.lang.Object
  extended byjavatools.db.AbstractTable
      extended byjavatools.db.DbAbstractTable
          extended byjavatools.db.DbFixedAbstractTable
              extended bymedi.db.table.AuthorTelephoneNo
All Implemented Interfaces:
javatools.db.DbTableUser

public class AuthorTelephoneNo
extends javatools.db.DbFixedAbstractTable

Represents the AUTHOR_TELEPHONE_NO table (see relational model).

Version:
0.2.0

Field Summary
private  medi.db.constraint.FKAuthorTelephoneNo 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
AuthorTelephoneNo(javatools.db.DbDatabase db)
          Creates new AuthorTelephoneNo
 
Method Summary
 javatools.db.DbConstraint getConstraint()
          Returns the constraint (of time FKAuthorTelephoneNo).
 
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 medi.db.constraint.FKAuthorTelephoneNo fk
Constructor Detail

AuthorTelephoneNo

public AuthorTelephoneNo(javatools.db.DbDatabase db)
                  throws javatools.db.DbException
Creates new AuthorTelephoneNo

Method Detail

getConstraint

public javatools.db.DbConstraint getConstraint()
Returns the constraint (of time FKAuthorTelephoneNo).