Uses of Class
org.apache.empire.db.DBRecordData

Packages that use DBRecordData
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
org.apache.empire.struts2.websample.db   
org.apache.empire.struts2.websample.db.records   
 

Uses of DBRecordData in org.apache.empire.db
 

Subclasses of DBRecordData in org.apache.empire.db
 class DBReader
           This class is used to perform database queries from a DBCommand object and access the results.
In oder to perform a query call the open() function or - for single row queries - call getRecordData();
You can iterate through the rows using moveNext() or an iterator.
 class DBRecord
          This class handles one record from a database table.
 

Methods in org.apache.empire.db that return DBRecordData
 DBRecordData DBReader.DBReaderScrollableIterator.next()
          Implements the Iterator Interface.
 DBRecordData DBReader.DBReaderForwardIterator.next()
          Implements the Iterator Interface.
 

Methods in org.apache.empire.db that return types with arguments of type DBRecordData
 java.util.Iterator<DBRecordData> DBReader.iterator()
           Returns an row iterator for this reader.
 java.util.Iterator<DBRecordData> DBReader.iterator(int maxCount)
          Returns an row iterator for this reader.
There can only be one iterator at a time.
 

Methods in org.apache.empire.db with parameters of type DBRecordData
 boolean DBRowSet.initRecord(DBRecord rec, DBRecordData recData)
          Initializes a DBRecord for this rowset using the record data provided (i.e.
 

Uses of DBRecordData in org.apache.empire.struts2.websample.db
 

Subclasses of DBRecordData in org.apache.empire.struts2.websample.db
 class SampleRecord
           
 

Uses of DBRecordData in org.apache.empire.struts2.websample.db.records
 

Subclasses of DBRecordData in org.apache.empire.struts2.websample.db.records
 class DepartmentRecord
           
 class EmployeeRecord
           
 



Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.