All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.xmlmiddleware.xmldbms.datahandlers.DataHandlerBase | +----org.xmlmiddleware.xmldbms.datahandlers.GenericHandler
DataHandler implementation for databases not directly supported. This includes the JDBC-ODBC bridge.
The key values of inserted rows are retrieved by using all other (non key) values in the table in the WHERE clause of a SELECT statement. This is touchy and may not always work. Caution is called for when using this DataHandler with keys generated from the database.
public GenericHandler()
public void insert(Table table, Row row) throws SQLException
All Packages Class Hierarchy This Package Previous Next Index