|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enableit.db.darrt.XmlDataParser
Constructor Summary | |
XmlDataParser()
Default constructor. |
Method Summary | |
org.enableit.db.beans.RowSet |
getRowSet(java.io.InputStream is,
org.enableit.db.beans.Table table)
Convert an input stream of CSV data for the specified table into a structured format of a RowSet . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlDataParser()
Method Detail |
public org.enableit.db.beans.RowSet getRowSet(java.io.InputStream is, org.enableit.db.beans.Table table) throws java.io.IOException, DBException
RowSet
.
getRowSet
in interface DataParser
is
- Any Reader
wrapper to input stream.table
- The name of the target Table for the RowSet.
java.io.IOException
DBException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |