SE_queryinfo_get_tables |
Retrieves the tables for a query
LONG SE_queryinfo_get_tables
(const SE_QUERYINFO query_info,
LONG num_tables,
CHAR ***tables);
query_info | The SE_QUERYINFO handle |
num_tables | The number of tables |
tables | A pointer to a list of table names |
SE_queryinfo_get_tables retrieves the tables for a query. Table aliases are appended to the table names.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_INVALID_QUERYINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED