Image | Audio | Video |
---|---|---|
X |
Deletes an unnamed query object. The API releases all the memory used by the query object and any added features.
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 QbQueryDelete( QbQueryHandle qObj );
Parameters
Error codes
Examples
Delete the query object identified by the handle qoHandle:
#include <dmbqbapi.h> rc = QbQueryDelete(qoHandle);