1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Add res clear to example

This commit is contained in:
Bruce Momjian
2000-04-26 17:51:03 +00:00
parent 3c0685e423
commit 0b65e1436e
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package org.postgresql;
public class DriverClass {
public static String connectClass="org.postgresql.jdbc2.Connection";
public static String connectClass="org.postgresql.jdbc1.Connection";
}