NextPrevUpTopContentsIndex

ora-lob-is-equal

Function
Summary

The comparison function for LOB locators.

Package

sql

Signature

ora-lob-is-equal lob-locator1 lob-locator2 => result

Arguments

lob-locator1

A LOB locator.

lob-locator2

A LOB locator.

Values

result

A boolean.

Description

The function ora-lob-is-equal returns t if lob-locator1 and lob-locator2 point to the same LOB object.

Note: This is a direct call to OCILobIsEqual.

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 - 12 Mar 2008

NextPrevUpTopContentsIndex