patch to add support for callable statements to the jdbc driver. The patch was submitted by Paul Bethe pmbethe@yahoo.com
Barry Lind <barry@xythos.com>
patch to add support for callable statements to the jdbc driver. The patch was submitted by Paul Bethe pmbethe@yahoo.com
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/errors.properties | modified | +8 −0 |
| src/interfaces/jdbc/org/postgresql/jdbc2/CallableStatement.java | modified | +258 −30 |
| src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java | modified | +5 −6 |
| src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java | modified | +8 −5 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/CallableStmtTest.java | added | +115 −0 |
| src/interfaces/jdbc/org/postgresql/test/JDBC2Tests.java | modified | +2 −1 |