IBM Books

Image, Audio, and Video Extenders Administration and Programming

QbQueryDelete


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

qObj (in)
The handle of the query object.

Error codes

qbiECinvalidQueryHandle
The queryobject handle you specified does not reference a valid query.

Examples

Delete the query object identified by the handle qoHandle:

#include <dmbqbapi.h>
rc = QbQueryDelete(qoHandle);


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]