Image | Audio | Video |
---|---|---|
X |
Adds a feature to the currently opened catalog. QbAddFeature creates the feature table for the specified feature in the database. After adding images to the image column in your user table, use the QbReCatalogColumn API, which adds an entry for each image to the feature table and analyzes the images.
Authorization
Alter
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 QbAddFeature( QbCatalogHandle cHdl, char *featureName );
Parameters
Error codes
Examples
Add the QbColorFeatureClass feature to the catalog identified by the handle CatHdl:
#include <dmbqbapi.h> rc = QbAddFeature(CatHdl, QbColorFeatureClass);