Returns the length of a LOB.
sql
ora-lob-get-length lob-locator &key errorp => length
| lob-locator⇩ |
A LOB locator. |
| errorp⇩ |
A generalized boolean. |
| length |
A non-negative integer. |
The function ora-lob-get-length returns the current length of the LOB underlying lob-locator.
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.
ora-lob-get-length 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 - 18 Feb 2025 15:32:41