|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaito.integration.RecordReader
public class RecordReader
RecordReader.java
Constructor Summary | |
---|---|
RecordReader(java.sql.Connection con)
Initializes Record reader. |
Method Summary | |
---|---|
void |
close()
Releases the objects for database handling |
void |
getRecords(DataSourceDescription source)
Initialize this datasource to get records. |
Record |
nextRecord()
Gets the next record from the resultset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordReader(java.sql.Connection con)
con
- Connection object to the database. The class will not work if
the object is invalid database connection.Method Detail |
---|
public void getRecords(DataSourceDescription source)
source
- DataSourceDescription object.public Record nextRecord()
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |