CCFXStringSet* CCFXQuery::GetColumns(void)
Retrieves a list of the column names contained in the query.
Returns an object of class CCFXStringSet which contains a list of the columns contained in the query. You are not responsible for freeing the memory allocated for the returned string set (it will be automatically freed by ColdFusion after the request is completed).
|