SE_queryinfo_get_tables

Retrieves the tables for a query

Usage syntax

LONG SE_queryinfo_get_tables
(const SE_QUERYINFO query_info,
LONG num_tables,
CHAR ***tables);

Parameters
query_info The SE_QUERYINFO handle
num_tables The number of tables
tables A pointer to a list of table names
Description

SE_queryinfo_get_tables retrieves the tables for a query. Table aliases are appended to the table names.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_QUERYINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED