[eml-dev] [Bug 2507] - Create a EML parser lib to digest eml document
bugzilla-daemon@ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Fri Aug 4 16:49:20 PDT 2006
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2507
------- Comment #3 from tao at nceas.ucsb.edu 2006-08-04 16:49 -------
Here is the change in org.ecoinformatics.eml.db package:
Main class is SQLCommandHandler and API is:
SQLCommandHandler(DBConnection conn, String plugInName)
generateTable(Entity entity, File fileName) and it will return the generated
table name as string;
dropTable(String tableName);
excuteSelectionSQLComman(String sqlCommand) and it return a Resultset object;
The org.ecoinformatics.eml.degestor package API is:
EML200Parser(InputStream stream);
EML200Parser(InputSource source);
getEntityList() and it will return a vector;
parse();
More information about the Eml-dev
mailing list