Uses of Class
org.postgresql.largeobject.LargeObject
Packages that use LargeObject
-
Uses of LargeObject in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return LargeObjectMethods in org.postgresql.jdbc with parameters of type LargeObject -
Uses of LargeObject in org.postgresql.largeobject
Methods in org.postgresql.largeobject that return LargeObjectModifier and TypeMethodDescriptionLargeObject.copy()
LargeObjectManager.open
(int oid) Deprecated.LargeObjectManager.open
(int oid, boolean commitOnClose) This opens an existing large object, same as previous method, but commits the transaction on close if asked.LargeObjectManager.open
(int oid, int mode) Deprecated.As of 8.3, replaced byLargeObjectManager.open(long, int)
LargeObjectManager.open
(int oid, int mode, boolean commitOnClose) This opens an existing large object, same as previous method, but commits the transaction on close if asked.LargeObjectManager.open
(long oid) This opens an existing large object, based on its OID.LargeObjectManager.open
(long oid, boolean commitOnClose) This opens an existing large object, same as previous method, but commits the transaction on close if asked.LargeObjectManager.open
(long oid, int mode) This opens an existing large object, based on its OID.LargeObjectManager.open
(long oid, int mode, boolean commitOnClose) This opens an existing large object, based on its OID.Constructors in org.postgresql.largeobject with parameters of type LargeObjectModifierConstructorDescriptionBlobInputStream
(LargeObject lo, int bsize) BlobInputStream
(LargeObject lo, int bsize, long limit) Create an OutputStream to a large object.BlobOutputStream
(LargeObject lo, int bsize) Create an OutputStream to a large object.
LargeObjectManager.open(long)