Syntax - Analytics Database - Teradata Vantage

SQL External Routine Programming

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-07-11
dita:mapPath
iiv1628111441820.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
B035-1147
lifecycle
latest
Product Category
Teradata Vantage™
FNC_LobLength_t
FNC_LobOpen_CL (void   *locator,
                LOB_CONTEXT_ID  *ctxid,
                FNC_LobLength_t  start,
                FNC_LobLength_t  maxlength)

Syntax Elements

locator
a client locator.
ctxid
a context identifier.
start
the starting byte offset, relative to 0, for the read operation. If this value is greater than or equal to the length of the object, then the resulting data stream will have a zero length.
maxlength
the maximum number of bytes to read. If this value is 0, or if start + maxlength is greater than the object length, then the read operation terminates when the length of the object is exhausted.