SE_queryinfo_get_columns

Retrieves the columns for a query

Usage syntax

LONG SE_queryinfo_get_columns
(const SE_QUERYINFO query_info,
LONG *num_columns,
CHAR ***columns);

Parameters
query_info The SE_QUERYINFO handle
num_columns The number of columns
columns A pointer to a list of column names
Description

SE_queryinfo_get_columns retrieves the number of columns and the column names for a query.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_QUERYINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED