OSDN Git Service

patch to add support for callable statements to the jdbc driver. The patch was submi...
authorBarry Lind <barry@xythos.com>
Mon, 24 Jun 2002 06:16:27 +0000 (06:16 +0000)
committerBarry Lind <barry@xythos.com>
Mon, 24 Jun 2002 06:16:27 +0000 (06:16 +0000)
commit12a28d12bb14686ecb43f1e36af51b33715d1cd3
tree6ec6a31b24b31512eb0409e72286ae8221c2fa2b
parent33086553c015d8718b4cc4f00e300fd3debaa2d4
patch to add support for callable statements to the jdbc driver.  The patch was submitted by Paul Bethe pmbethe@yahoo.com
src/interfaces/jdbc/org/postgresql/errors.properties
src/interfaces/jdbc/org/postgresql/jdbc2/CallableStatement.java
src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java
src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java
src/interfaces/jdbc/org/postgresql/test/JDBC2Tests.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/CallableStmtTest.java [new file with mode: 0644]