Query: dtsearchgetkeytypes
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtSearchGetKeytypes(library call) DtSearchGetKeytypes(library call)NAMEDtSearchGetKeytypes -- Access the Keytypes array for a DtSearch databaseSYNOPSIS#include <Dt/Search.h> int DtSearchGetKeytypes( char *dbname, int *ktcount, DtSrKeytype **keytypes);DESCRIPTIONThe DtSearchGetKeytypes function returns a pointer to the keytypes array of the specified database. The caller may modify the is_selected member of any DtSrKeytype but should not alter any other member values. This function may be called anytime after DtSearchInit.ARGUMENTSdbname Specifies for which database the keytypes are requested. It is any one of the database name strings from the array returned from DtSearchInit or DtSearchReinit. If dbname is NULL, the first database name string in the array is used. ktcount Specifies the address of the integer where the keytypes array size will be stored. keytypes Specifies the address where pointer to keytypes array will be stored.RETURN VALUEReturns DtSrOK and keytypes pointer and size. Any API function can also return DtSrREINIT or the return codes for fatal engine errors, as well as messages on the MessageList, at any time.SEE ALSOdtsrcreate(1), DtSearchQuery(3), DtSrAPI(3), DtSearch(5) DtSearchGetKeytypes(library call)
Related Man Pages |
---|
dtsearchaddmessage(3) - hpux |
dtsearchfreemessages(3) - hpux |
dtsearchexit(3) - hpux |
dtsearchreinit(3) - hpux |
sort::key::register(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
sql query problem |
Why am I getting this error |