Result set functions
This
information
describes the result set functions provided in the statistics C API.
getIdQuery
This function provides a pointer to a character array, containing the ID result set.
getFirstId
This function populates a
CTG_IdData_t
variable with details of the first ID in a result set.
getNextId
This function populates a
CTG_IdData_t
variable with details of the next ID in a result set.
getFirstStat
This function populates a
CTG_StatData_t
variable with details of the first ID in a result set.
getNextStat
This function populates a
CTG_StatData_t
variable with details of the next ID in a result set.
copyResultSet
This function creates a copy of a result set. The copy is owned by the calling application.
freeResultSet
This function frees the storage used by an application-owned result set.
Parent topic:
C API functions