SE_queryinfo_get_by_clause

Retrieves the ORDER BY clause for a query

Usage syntax

LONG SE_queryinfo_get_by_clause
(const SE_QUERYINFO query_info,
CHAR *order_by);

Parameters
query_info The SE_QUERYINFO handle
order_by A pointer to an order by clause
Description

SE_queryinfo_get_by_clause retrieves the ORDER BY clause for a query.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_QUERYINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED