Deprecated API


Contents
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.largeobject.LargeObjectManager.create()
          As of 8.3, replaced by LargeObjectManager.createLO() 
org.postgresql.largeobject.LargeObjectManager.create(int)
          As of 8.3, replaced by LargeObjectManager.createLO(int) 
org.postgresql.largeobject.LargeObjectManager.delete(int)
          As of 8.3, replaced by LargeObjectManager.delete(long) 
org.postgresql.largeobject.LargeObject.getOID()
          As of 8.3, replaced by LargeObject.getLongOID() 
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)
          As of 8.3, replaced by LargeObjectManager.open(long) 
org.postgresql.largeobject.LargeObjectManager.open(int, int)
          As of 8.3, replaced by LargeObjectManager.open(long, int) 
org.postgresql.PGStatement.setUseServerPrepare(boolean)
          As of build 302, replaced by PGStatement.setPrepareThreshold(int) 
org.postgresql.largeobject.LargeObjectManager.unlink(int)
          As of 8.3, replaced by LargeObjectManager.unlink(long)