LispWorks User Guide and Reference Manual > 38 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 sql:p-oci-env .

Description

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

Note: this function is available only when the "oracle" module is loaded. See the section Oracle LOB interface for more information.


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex