Image | Audio | Video |
---|---|---|
X |
Removes a query feature from the query object and deallocates any associated memory. 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 QbQueryRemoveFeature( QbQueryHandle qObj, char *featureName );
Parameters
Error codes
Examples
Remove the QbColorFeatureClass feature from the query object identified by the handle qoHandle:
#include <dmbqbapi.h> rc = QbQueryRemoveFeature(qoHandle, "QbColorFeatureClass");