org.postgresql.PGConnection.addDataType(String, String)
As of 8.0, replaced by
PGConnection.addDataType(String,Class) . This deprecated method does not
work correctly for registering classes that cannot be directly loaded
by the JDBC driver's classloader.
|
org.postgresql.largeobject.LargeObjectManager.create()
|
org.postgresql.largeobject.LargeObjectManager.create(int)
|
org.postgresql.largeobject.LargeObjectManager.delete(int)
|
org.postgresql.fastpath.Fastpath.fastpath(int, boolean, FastpathArg[])
|
org.postgresql.fastpath.Fastpath.fastpath(String, boolean, FastpathArg[])
|
org.postgresql.largeobject.LargeObject.getOID()
|
org.postgresql.PGRefCursorResultSet.getRefCursor()
As of 8.0, replaced with calling getString() on
the ResultSet that this ResultSet was obtained from.
|
org.postgresql.largeobject.LargeObjectManager.open(int)
|
org.postgresql.largeobject.LargeObjectManager.open(int, int)
|
org.postgresql.PGStatement.setUseServerPrepare(boolean)
|
org.postgresql.largeobject.LargeObjectManager.unlink(int)
|