SE_queryinfo_get_columns |
Retrieves the columns for a query
LONG SE_queryinfo_get_columns
(const SE_QUERYINFO query_info,
LONG *num_columns,
CHAR ***columns);
query_info | The SE_QUERYINFO handle |
num_columns | The number of columns |
columns | A pointer to a list of column names |
SE_queryinfo_get_columns retrieves the number of columns and the column names for a query.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_INVALID_QUERYINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED