LargeObjectMode

Defines access modes for opening PostgreSQL Large Objects.

Properties

Link copied to clipboard
const val READ: Int = 262144

Opens Large Object for reading only.

Link copied to clipboard
const val READ_WRITE: Int

Opens Large Object for both reading and writing.

Link copied to clipboard
const val WRITE: Int = 131072

Opens Large Object for writing only.