diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-19 23:16:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-19 23:16:46 +0000 |
commit | 09634eafe15e2c63bddcea104e36f27367bd2fa7 (patch) | |
tree | 4ee3c30059c3edc23bd18ef6babbc8b89dcc4f0a /src/interfaces/jdbc/example/blobtest.java | |
parent | 6c8120d68ced229111aeb1e45cb6aa3219e1e70b (diff) | |
download | postgresql-09634eafe15e2c63bddcea104e36f27367bd2fa7.tar.gz postgresql-09634eafe15e2c63bddcea104e36f27367bd2fa7.zip |
Indent jdbc case labels using pgjindent.
Diffstat (limited to 'src/interfaces/jdbc/example/blobtest.java')
-rw-r--r-- | src/interfaces/jdbc/example/blobtest.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interfaces/jdbc/example/blobtest.java b/src/interfaces/jdbc/example/blobtest.java index bfa0cc42959..271026250dd 100644 --- a/src/interfaces/jdbc/example/blobtest.java +++ b/src/interfaces/jdbc/example/blobtest.java @@ -61,7 +61,6 @@ public class blobtest System.out.println("Now closing the connection"); s.close(); db.close(); - } /* @@ -171,7 +170,6 @@ public class blobtest lobj.unlink(oid); } - //======================================================================= // This tests the Blob interface of the JDBC 2.0 specification public void jdbc2api(int oid) throws SQLException, IOException { @@ -218,8 +216,6 @@ public class blobtest db.setAutoCommit(false); } - //======================================================================= - public static void instructions() { System.err.println("java example.blobtest jdbc-url user password [debug]"); |