LargeObject
Represents an open descriptor to a PostgreSQL Large Object. Implements AutoCloseable for convenient usage within .use { } blocks.
Properties
Functions
Link copied to clipboard
Returns an InputStream for reading from this Large Object. Closing the stream will close this Large Object.
Link copied to clipboard
Returns an OutputStream for writing to this Large Object. Closing the stream will close this Large Object.