SE_queryinfo_set_columns |
Sets the columns for a query
LONG SE_queryinfo_set_columns
(SE_QUERYINFO query_info,
const LONG num_columns,
const 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_set_columns sets the column names for a query. You can qualify column names with <<owner>.table>.column or use aliases. Aliased column names must match the aliases list defined in the SE_QUERYINFO structure.
SE_SUCCESS
SE_FAILURE
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_QUERYINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED