|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
org.postgresql.PGRefCursorResultSet
As of 8.0, this interface is only present for backwards- compatibility purposes. New code should call getString() on the ResultSet that contains the refcursor to obtain the underlying cursor name. |
Deprecated Methods | |
---|---|
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.PGConnection.getEncoding()
|
|
org.postgresql.PGConnection.getObject(String, String)
|
|
org.postgresql.PGConnection.getPGType(int)
|
|
org.postgresql.PGConnection.getPGType(String)
|
|
org.postgresql.PGRefCursorResultSet.getRefCursor()
As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet was obtained from. |
|
org.postgresql.PGConnection.getSQLType(int)
|
|
org.postgresql.PGConnection.getSQLType(String)
|
|
org.postgresql.PGStatement.setUseServerPrepare(boolean)
As of build 302, replaced by setPrepareThreshold(int) |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |