JSQLConnect is certified by Sun Microsytems to provide full support for JDBC4.0 in your Java applications. No other JDBC product offers broader support for the JDBC specification and no other company makes it easier to leverage your data assets as your needs evolve.
| Feature |
Benefit |
| Multiple Result Sets |
If a statement returns multiple result sets the application may process any result set returned without having to close the other result sets. |
| Key Generation |
When rows are inserted into the database the application has a standard way to automatically retrieve the row IDs generated. |
| Savepoints |
The application may specify any number of savepoints in a transaction and specify a rollback to any savepoint. |
| Holdable Cursors |
The application may control whether cursors are retained across a transaction commit or rollback. |
| Parameter Metadata |
The application may obtain detailed meta data about every parameter required for a prepared statement or stored procedure. |
| Named Parameters |
All parameters passed to stored procedures may now be referenced by name in addition to parameter number. |
| Statement Pooling |
The application may specify statement pooling characteristics on data sources. |
| Blob/Clob |
New API's are available to manipulate the contents of Blobs and Clobs. |
| Database Meta Data |
Database meta data has been expanded to support the additional features introduced by the JDBC 4.0 specification. |
|
|
|