Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DBReader
This class is used to perform database queries from a DBCommand object and access the results.
|
class |
DBRecord
This class handles one record from a database table.
|
Modifier and Type | Method and Description |
---|---|
DBRecordData |
DBReader.DBReaderScrollableIterator.next()
Implements the Iterator Interface.
|
DBRecordData |
DBReader.DBReaderForwardIterator.next()
Implements the Iterator Interface.
|
Modifier and Type | Method and Description |
---|---|
Iterator<DBRecordData> |
DBReader.iterator()
Returns an row iterator for this reader.
|
Iterator<DBRecordData> |
DBReader.iterator(int maxCount)
Returns an row iterator for this reader.
|
Modifier and Type | Method and Description |
---|---|
void |
DBRowSet.initRecord(DBRecord rec,
DBRecordData recData)
Initializes a DBRecord for this rowset using the record data provided (i.e. from a DBReader)
The record may then be modified and updated. |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.