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.core.Utils.appendEscapedIdentifier(StringBuffer, String)
|
org.postgresql.core.Utils.appendEscapedLiteral(StringBuffer, String, boolean)
|
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.core.BaseConnection.haveMinimumCompatibleVersion(String)
Avoid using this in new code that can require PgJDBC 9.4.
|
org.postgresql.core.BaseConnection.haveMinimumServerVersion(String)
Use haveMinimumServerVersion(int) instead
|
org.postgresql.largeobject.LargeObjectManager.open(int)
|
org.postgresql.largeobject.LargeObjectManager.open(int, int)
|
org.postgresql.core.Utils.parseServerVersionStr(String)
|
org.postgresql.PGStatement.setUseServerPrepare(boolean)
|
org.postgresql.largeobject.LargeObjectManager.unlink(int)
|