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 sql:p-oci-lob-locator or sql:p-oci-file .

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


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex