cug.tables
Class NDeleteTable

java.lang.Object
  |
  +--jdbc.AbstractTable
        |
        +--cug.tables.NTable
              |
              +--cug.tables.NDeleteTable

public class NDeleteTable
extends NTable


Field Summary
 
Fields inherited from class jdbc.AbstractTable
colNamesR, contents, contentsMap, createID, dbname, defaultFieldLength, ix_primaryKey
 
Constructor Summary
NDeleteTable(DataSource dsn)
           
 
Method Summary
 java.lang.String getName()
          implement in subclass
 
Methods inherited from class cug.tables.NTable
getColumnLengths, getColumnNames, getKeyString, insertRec, selectRec
 
Methods inherited from class jdbc.AbstractTable
contains, get, getAll, getColNamesR, getContents, getContentsIt, getContentsMap, getDataSource, getDifference, getKeyField, hasColumnName, insertDifference, insertInto, insertStringRecord, prepareInsertInto, removeAll, selectAll, setColPrimaryKey, sqlCreateTable, sqlInsert, sqlPrepareInsertInto, sqlSelectAll, sqlUpdateStringVal, sqlUpdateVal, squote, toString, updateStringFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NDeleteTable

public NDeleteTable(DataSource dsn)
Method Detail

getName

public java.lang.String getName()
Description copied from class: AbstractTable
implement in subclass

Specified by:
getName in class AbstractTable
Returns:
String name