Returns the Lisp element type corresponding to that of a LOB locator.
sql
ora-lob-element-type lob-locator => type
lob-locator⇩ |
A LOB locator. |
type⇩ |
A Lisp type descriptor. |
The function ora-lob-element-type
returns the Lisp element type that best corresponds to the charset of the LOB locator lob-locator.
For BLOB and BFILE type is (unsigned-byte 8)
. For CLOB, NCLOB and CFILE type is either base-char or simple-char, depending on the charset.
ora-lob-element-type
is available only when the "oracle" module is loaded. See the section 23.11 Oracle LOB interface for more information.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:56