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
Error codes
Examples
#include <dmbqbapi.h> rc = QbCatalogColumn(CatHdl);