$LobReserve

From m204wiki
Revision as of 13:19, 20 April 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function

The $LOBRESERVE function returns the number of bytes specified in the RESERVE n BYTES clause for a STORE or ADD statement of a BINARY-LARGE-OBJECT (BLOB) or a CHARACTER-LARGE-OBJECT (CLOB). A RESERVE n BYTES clause is used when the data being stored will be changed later to a value of n bytes.

The $LOBRESERVE function takes one argument that can be a field name or a field name variable (%%variable).

$LOBRESERVE(Large-Object-fieldname | %%variable)