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

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.

Notes
  1. This is a direct call to OCILobIsEqual.
  2. ora-lob-is-equal 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