Syntax - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™
int
FNC_LobRead ( LOB_CONTEXT_ID    ctxid,
              BYTE             *buffer,
              FNC_LobLength_t   buffer_length,
              FNC_LobLength_t  *actual_length )
LOB_CONTEXT_ID ctxid
a context identifier established by a previous call to FNC_LobOpen.
BYTE *buffer
the start of a buffer to place the data.
FNC_LobLength_t buffer_length
the maximum number of bytes to read and place in buffer.
FNC_LobLength_t *actual_length
a pointer to a variable where FNC_LobRead stores the actual number of bytes that were read and placed in buffer.