Class | PGlarge |
In: |
postgres.c
|
Parent: | Object |
The class to access large objects. An instance of this class is created as the result of PGconn#lo_import, PGconn#lo_create, and PGconn#lo_open.
INV_WRITE | = | INT2FIX(INV_WRITE) |
INV_READ | = | INT2FIX(INV_READ) |
SEEK_SET | = | INT2FIX(SEEK_SET) |
SEEK_CUR | = | INT2FIX(SEEK_CUR) |
SEEK_END | = | INT2FIX(SEEK_END) |
Opens a large object. The mode argument specifies the mode for the opened large object, which is either INV_READ or INV_WRITE.