Uses of Interface
org.apache.empire.data.RecordData

Packages that use RecordData
org.apache.empire.data This package contains interfaces for data and metadata handling. 
org.apache.empire.data.bean This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's). 
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
 

Uses of RecordData in org.apache.empire.data
 

Subinterfaces of RecordData in org.apache.empire.data
 interface Record
          The record interface provides methods used for updating data.
 

Uses of RecordData in org.apache.empire.data.bean
 

Classes in org.apache.empire.data.bean that implement RecordData
 class BeanRecordProxy<T>
          BeanRecordProxy This class defines proxy that allows any POJO to behave like a record object.
 

Uses of RecordData in org.apache.empire.db
 

Classes in org.apache.empire.db that implement RecordData
 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.
 class DBRecordData
          This interface defines for the classes DDRecordSet and DBRecord.
 



Copyright © 2008–2014 Apache Software Foundation. All rights reserved.