All Manuals > LispWorks® User Guide and Reference Manual > 45 The SQL Package

ora-lob-env-handle Function

Summary

Returns a foreign pointer to the environment handle of a LOB.

Package

sql

Signature

ora-lob-env-handle lob-locator => pointer

Arguments
lob-locator
A LOB locator.
Values
pointer
A foreign pointer of type p-oci-env.
Description

The function ora-lob-env-handle returns a foreign pointer to the environment handle of the LOB underlying lob-locator.

Notes

ora-lob-env-handle is available only when the "oracle" module is loaded. See the section 23.11 Oracle LOB interface for more information.


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:56