SPQLTABINFO() API Function

Gets table information from a statement token.

Valid in: SPD Server

Syntax

int spqltabinfo(void *stmttok, spqltinfo_t **tinfo)

Required Arguments

void *stmttok

statement token to use to access table information from a 'select'.

spqltinfo **tinfo

returns pointer to spqltinfo_t structure into the statement token memory.

Details

INT interrogates the statement token for table information. Upon return of the call, updates tinfo with the pointer to the spqltinfo_t structure in the statement.
Note: Treat the structure accessed by the returned pointer as read-only memory.
Returns: 0 for successful completion.
Last updated: February 8, 2017