|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataReader
Read data by chunks.
| Method Summary | |
|---|---|
int |
getResultSize()
Record (or object, or row) count of last consult. |
DataChunk |
nextChunk()
Obtain the next data chunk. |
void |
reset()
If you call this method the next time that you call nextChunk() you will obtain the first chunk and
fresh data from db. |
| Method Detail |
|---|
DataChunk nextChunk()
throws java.rmi.RemoteException
This method can be call from a TableModel to
obtain data on demand.
java.rmi.RemoteException
int getResultSize()
throws java.rmi.RemoteException
java.rmi.RemoteException
void reset()
throws java.rmi.RemoteException
nextChunk() you will obtain the first chunk and
fresh data from db.
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||