IBM Books

Image, Audio, and Video Extenders Administration and Programming

QbReCatalogColumn


Image Audio Video
X    

Reanalyze all existing images in the opened QBIC catalog for a new feature. The default parameters of the features are used. Use this API when you add a new feature to a catalog that already has images.

Authorization

Update, Insert

Library file
OS/2 and Windows AIX, HP-UX, and Solaris
dmbqbapi.lib libdmbqbapi.a (AIX)

libdmbqbapi.sl (HP-UX)

libdmbqbapi.so (Solaris)

Include file

dmbqbapi.h

Syntax

SQLRETURN QbReCatalogColumn (
      QbCatalogHandle cHdl
      );

Parameters

cHdl (in)
A pointer to the handle of the catalog.

Error codes

qbicECIvalidHandle
The catalog handle is not valid.

qbicECInvalidCatalog
The specified handle or table column is not valid for the catalog.

qbicECCatalog Errors
Errors occurred while cataloging individual images, these error were logged. Rollback not incurred.

qbicECImageNotFound
The image cannot be found or accessed.

qbicECCatalogRO
The catalog is read-only.

qbicECSQLError
An SQL error occurred.

Examples

Reanalyze all existing images in the opened QBIC catalog for a new feature:

#include <dmbqbapi.h>
 
rc = QbReCatalogColumn(CatHdl);


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