]> granicus.if.org Git - postgresql/commit
Added DataSource code and tests submitted by Aaron Mulder
authorDave Cramer <davec@fastcrypt.com>
Tue, 30 Jul 2002 11:41:10 +0000 (11:41 +0000)
committerDave Cramer <davec@fastcrypt.com>
Tue, 30 Jul 2002 11:41:10 +0000 (11:41 +0000)
commitc82fed3d87e6a80044c97096340f6475a2ae5588
tree83c4446017b497703170b5c6934bf48840412643
parent6410c222656a71788047cce2f4c23e1304975425
Added DataSource code and tests submitted by Aaron Mulder
src/interfaces/jdbc/org/postgresql/jdbc2/optional/BaseDataSource.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/optional/ConnectionPool.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/optional/PGObjectFactory.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/optional/PooledConnectionImpl.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/optional/PoolingDataSource.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/optional/SimpleDataSource.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/BaseDataSourceTest.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/ConnectionPoolTest.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/OptionalTestSuite.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/SimpleDataSourceTest.java [new file with mode: 0644]