Basic Z39.50 Client Class
GDT_BOOLEAN | Add_Records (const STRING &Database, ZRECORDLIST *Records) Request server to add new records to a database |
GDT_BOOLEAN | Delete_Records (const STRING &Database, ZRECORDLIST *Records) Request server to delete records from a database |
void | GetDiagnosticList (STRLIST *MsgList) Return Diagnostic Error List |
void | GetErrorMessage (STRING *Message) Get the current error message |
void | GetGeneralMessage (STRING *Msg) Return General Message |
INT4 | GetHitCount () Get Hit Count |
INT | GetLastError () Get Last Error |
void | GetMOTD (STRING *Msg) Return Message of the Day |
GDT_BOOLEAN | Initialize ( const STRING &Host, const UINT Port, const STRING &RefId, const STRING &ProtVer, const STRING &Options, const INT4 PrefMsgSize, const INT4 ExceptionalRecSize, const STRING &GroupId, const STRING &UserId, const STRING &Password, const STRING &ImpId, const STRING &ImpName, const STRING &ImpVersion) Initialize with Z39.50 Server |
GDT_BOOLEAN | Initialize ( const STRING &Host, const UINT Port, const STRING &GroupId, const STRING &UserId, const STRING &Password) Initialize with Z39.50 Server |
GDT_BOOLEAN | Initialize ( const STRING &Host, const UINT Port) |
GDT_BOOLEAN | Initialize ( const STRING &Host, const UINT Port, STRING pass) Initialize with Z39.50 Server |
void | MapError (INT Code, STRING *Message) Convert Error Code to String |
GDT_BOOLEAN | Present ( const INT4 Start, const INT4 Count, const STRING &PreferredRecordSyntax, const STRING &ResultSetName, const STRING &ElementSetName, ZRECORDLIST *Records) Request one or more records |
virtual GDT_BOOLEAN | Search (const STRING &Database, const STRING &Term, const STRING &ResultSetName, INT4 *HitCount, STRING UserId, INT Start, INT Fetch, ZRECORDLIST *Records) Perform a Search |
GDT_BOOLEAN | Sort ( const STRING &InputResultSetNames, const STRING &SortedResultSetName, const STRING &SortSequence) Issue a Z39.50 Sort Request |
ZCLIENT_BASE () Basic Constructor | |
GDT_BOOLEAN | ZCLIENT_BASE::Scan ( const CHR *DatabaseName, const CHR *Term, const INT PrefPos, const INT StepSize, const INT NumRequest, ZRECORDLIST *Records) Perform a SCAN (EXPAND) |
virtual | ~ZCLIENT_BASE () Basic Destructor |
STRLIST | c_diaglist |
c_element_set_name | |
INT | c_error |
c_error_msg | |
c_general_message | |
INT4 | c_hitcount |
c_host | |
c_motd | |
STRING | c_postings |
STRING | c_query |
void | GetRecordsOrDiagnostics (BERBROWSER *b, ZRECORDLIST *Records) |
void | StoreDefaults (const STRING & Group) |
Basic Z39.50 Client Class
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de