org.apache.tuscany.das.rdb.graphbuilder.impl
Class ResultSetProcessor
java.lang.Object
org.apache.tuscany.das.rdb.graphbuilder.impl.ResultSetProcessor
public class ResultSetProcessor
- extends Object
A ResultSetProcessor is used to transform the data in a ResultSet into a set
of inter-related EDataObjects.
Method Summary |
void |
processResults(int start,
int end)
Process the ResultSet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetProcessor
public ResultSetProcessor(DataObject g,
GraphBuilderMetadata gbmd)
processResults
public void processResults(int start,
int end)
throws SQLException
- Process the ResultSet. For each row in the ResultSet, a
- Parameters:
rs
- The ResultSet
- Throws:
SQLException
-