SampleDatabase
Class EmployeeStatisticsTable_Table

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

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

EmployeeStatisticsTable_Table

public EmployeeStatisticsTable_Table()