NextPrevUpTopContentsIndex

ora-lob-file-set-name

Function
Summary

Sets the name of a file LOB.

Package

sql

Signature

ora-lob-file-set-name file-lob-locator dir-alias name &key errorp

Arguments

file-lob-locator

A file LOB locator.

dir-alias

A string or nil .

name

A string or nil .

errorp

A generalized boolean.

Description

The function ora-lob-file-set-name sets the directory alias and the name of the file LOB pointed to by file-lob-locator .

If dir-alias is a string it should be of length no greater than 30. If it is nil then the directory alias of the file LOB is not changed.

If name is a string it should be of length no greater than 255. If it is nil then the name of the file LOB is not changed.

If an error occurs and errorp is true, an error is signaled. If errorp is false, the function returns an object of type sql-database-error. The default value of errorp is nil .

Note: This is a direct call to OCILobFileSetAlias.

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