SampleDatabase
Class AntiqueOwners_Table

java.lang.Object
  |
  +--SampleDatabase.TableTemplate
        |
        +--SampleDatabase.AntiqueOwners_Table
All Implemented Interfaces:
DatabaseTable, DatabaseTableBase

class AntiqueOwners_Table
extends TableTemplate

See TableTemplate for information about this class.

Author:
chris.studholme@utoronto.ca

Fields inherited from class SampleDatabase.TableTemplate
fields, name, rowid, rows
 
Constructor Summary
AntiqueOwners_Table()
           
 
Methods inherited from class SampleDatabase.TableTemplate
absolute, addColumn, addRow, afterLast, beforeFirst, close, commitUpdates, deleteRow, findColumn, findNext, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getObject, getRowCount, getRowId, getTableName, getTableSignature, getTableSize, isAfterLast, isBeforeFirst, isIndexAvailable, isReadOnly, next, openIndex, updateObject
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

AntiqueOwners_Table

public AntiqueOwners_Table()