mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Indent jdbc case labels using pgjindent.
This commit is contained in:
@@ -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]");
|
||||
|
Reference in New Issue
Block a user