locreate

locreate

Name

locreate -- create a large object in the database [LO]

Synopsis

locreate(mode)

Parameters

mode

Large object create mode.

Return Type

pglarge

Object handling the PostgreSQL large object.

Exceptions

TypeError

Bad argument type or too many arguments.

pg.error

Invalid connection, or creation error.

Description

locreate() method creates a large object in the database. The mode can be defined by OR-ing the constants defined in the pg module (INV_READ and INV_WRITE).

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.