org.apache.tuscany.das.rdb.graphbuilder.impl
Class ResultSetRow
java.lang.Object
org.apache.tuscany.das.rdb.graphbuilder.impl.ResultSetRow
public class ResultSetRow
- extends Object
A ResultSetRow is used to transform a single row of a ResultSet into a set of
EDataObjects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetRow
public ResultSetRow(ResultSet rs,
ResultMetadata m)
throws SQLException
- Method ResultSetRow.
- Parameters:
rs
- A ResultSet positioned on the desired rowePackage
- The package used to create EDataObjects
- Throws:
SQLException
processRecursiveRow
public void processRecursiveRow(ResultSet rs)
throws SQLException
- Throws:
SQLException
getTable
public TableData getTable(String tableName)
- Returns a HashMap that holds data for the specified table
- Parameters:
tableName
- The name of the table
- Returns:
- HashMap
getAllTableData
public ArrayList getAllTableData()
-