NextPrevUpTopContentsIndex

18.9.9 The LOB functions

Most of the LOB functions take an errorp argument, which is a boolean controlling what happens if an error occurs inside an OCI function. If errorp is true, an error is signaled. If errorp is false, the function returns an error object (of type sql-database-error ).

All the LOB functions signal an error if the lob-locator argument given is not a LOB locator object as returned by select or query .

Many of the functions basically perform a call to the underlying OCI function. When the match is direct, this is mentioned in the LispWorks Reference Manual .

18.9.9.1 Querying functions

18.9.9.2 LOB management functions

18.9.9.3 Modifying LOBs

18.9.9.4 File operations

18.9.9.5 Direct I/O

18.9.9.6 Temporary LOBs

18.9.9.7 Control of buffering


LispWorks User Guide - 21 Jul 2006

NextPrevUpTopContentsIndex