com.jxml.qare.qhome.db
Class  DBContentIdentifier
java.lang.Object
  |
  +--com.jxml.qare.qhome.db.DBBase
        |
        +--com.jxml.qare.qhome.db.DBContentIdentifier
- public final class DBContentIdentifier
- extends DBBase
  
 
 
 
| Methods inherited from class com.jxml.qare.qhome.db.DBBase | 
addCreateListener, addDeleteListener, addKey, backup, backupString, clearRef, create, createCurrentDate, createTable, deleteWeak, executeUpdate, getRow, getRows, getRows, getWeak, removeCreateListener, removeDeleteListener, restore, restoreString, sendCreateEvent, sendDeleteEvent | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
tableName
public String tableName()
- Overrides:
 tableName in class DBBase
 
createTable
public void createTable()
                 throws Exception
- Overrides:
 createTable in class DBBase
 
get
public DBContentIdentifier.Row get(String contentNbr)
                            throws Exception
create
public DBContentIdentifier.Row create(String contentNbr)
                               throws Exception
isNew
public boolean isNew(String contentNbr)
              throws Exception
createObj
public DBRow createObj(ResultSet rs)
                throws Exception
- Overrides:
 createObj in class DBBase
 
getMaxContentNbr
public long getMaxContentNbr()
                      throws Exception
backup
public void backup(DataOutputStream dos)
            throws Exception
- Overrides:
 backup in class DBBase
 
restore
public void restore(String fileNamePrefix,
                    DataInputStream dis)
             throws Exception
- Overrides:
 restore in class DBBase