]> granicus.if.org Git - postgresql/commit
JDBC encoding additions.
authorBruce Momjian <bruce@momjian.us>
Sat, 21 Jul 2001 18:52:11 +0000 (18:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 21 Jul 2001 18:52:11 +0000 (18:52 +0000)
commitff21a8e5c86457e205ff7c598b930efd711cb2dc
tree955c54da8f03c6fcc5f1fc9bbbfd086a42f2a372
parent12f59470a12af234624c5321915b8d025a840eb7
JDBC encoding additions.

Here's a patch against the current CVS. The changes from the previous
patch are mostly related to the changed interface for PG_Stream.

Anders Bengtsson
src/interfaces/jdbc/Implementation
src/interfaces/jdbc/org/postgresql/Connection.java
src/interfaces/jdbc/org/postgresql/PG_Stream.java
src/interfaces/jdbc/org/postgresql/core/Encoding.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java
src/interfaces/jdbc/org/postgresql/test/EncodingTest.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/test/JDBC2Tests.java