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

NextPrevUpTopContentsIndex

ora-lob-lob-locator

Function
Summary

Returns a foreign pointer to the underlying LOB locator.

Package

sql

Signature

ora-lob-lob-locator lob-locator => pointer

Arguments

lob-locator

A LOB locator.

Values

pointer

A foreign pointer.

Description

The function ora-lob-lob-locator returns a foreign pointer to the OCI LOB locator underlying lob-locator.

pointer is of type p-oci-lob-locator or p-oci-file .

Notes

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


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex