Public utility library for JDBCWizard. This code contains useful functionality for working with Oracle, JDBC and PL/SQL
This code is com.orindasoft.pub, a utility library used by JDBCWizard, an application that generated Java code to run Oracle or DB2 PL/SQL procedures, regardless of how complicated their interface was.
- Each directory is named after the matching Oracle or DB2 version.
- The docs directory contains javadoc pages for Oracle 12.1, which was the last version I worked on. As a rule new features were added over time. But there are cases where driver behavior changed between versions. A good starting point is ReadOnlyRowSet
Yes.
- jdbcwizard-pub - Library this code uses
- jdbcwizard-dbhell - DB Schema Generation Code
- jdbcwizard-demo - Demo Application Code
- jdbcwizard-test-code - Examples of code generated during regression testing