SampleDatabase
Class Antiques_Table

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

class Antiques_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
Antiques_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

Antiques_Table

public Antiques_Table()