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

NextPrevUpTopContentsIndex

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 Oracle LOB interface for more information.


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex