blob: 45487dfd428967c0db20d3427c29a3d76a8778d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
.help cqrstats Mar00 "Catquery Package"
.ih
NAME
cqsrtats -- get a catalog results string parameter
.ih
SYNOPSIS
include <cq.h>
call cq_rstats (res, parameter, str, maxch)
.nf
pointer res # the results descriptor
int parameter # the parameter to be returned
char str # the returned string parameter
int maxch # the maximum size of the returned string parameter
.fi
.ih
ARGUMENTS
.ls res
The results descriptor.
.le
.ls parameter
The catalog results parameter to be returned. The currently supported
catalog results parameters defined in cq.h are:
.nf
CQRCATDB # the name of the parent configuration file
CQRCATNAME # the name of the parent catalog
CQRADDRESS # the network address used to produce the results
CQRQUERY # the network query used to produce the results
CQRQPNAMES # the results query parameter dictionary
CQRQPVALUES # the results query parameter values dictionary
CQRQPUNITS # the results query parameter units dictionary
.fi
.le
.ls str
Array containing returned string parameter value.
.le
.ls maxch
The maximum size in characters of the returned string parameter value.
.le
.ih
DESCRIPTION
Cq_rstats returns the values of catalog results string parameters.
.ih
NOTES
More information about the catalog results parameters and their relationship
to the parent catalog is available by typing "help catalogs".
.ih
SEE ALSO
cqrstati, cqrstatt
.endhelp
|