Image | Audio | Video |
---|---|---|
X |
Returns the number of features added to the query object. The following features are supplied with the Image Extender:
Authorization
None.
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbqqry.lib | libdmbqqry.a (AIX) |
| libdmbqqry.sl (HP-UX) |
| libdmbqqry.so (Solaris) |
Include file
dmbqbapi.h
Syntax
SQLRETURN QbQueryGetFeatureCount( QbQueryHandle qObj, SQLINTEGER* count );
Parameters
Error codes
Examples
Return the number of features for the query objectidentified by the handle qoHandle:
#include <dmbqbapi.h> rc = QbQueryGetFeatureCount(qoHandle, &count);