IBM Books

Image, Audio, and Video Extenders Administration and Programming

QbCatalogColumn


Image Audio Video
X    

Catalogs the images in the image column of your user table that have not been cataloged. The API adds an entry for each image to the feature table, and then analyzes the images. When the API analyzes the image, it creates image data and stores it in the image's entry in the feature table. The default parameters for the features are used. The catalog must be open.

Authorization

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 QbCatalogColumn(
      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

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


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