aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/catquery/doc/cqnqpars.hlp
blob: 63ac4ca85582b22ce2e3fb64571b3a3451afab42 (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
.help cqnqpars Mar00 "Catquery Package"
.ih
NAME
cqnqpars -- Get the number of query parameters
.ih
SYNOPSIS

nqpars = cq_nqpars (cq)

.nf
pointer	cq		# the configuration file descriptor
.fi
.ih
ARGUMENTS
.ls cq     
The configuration file descriptor.
.le
.ih
DESCRIPTION
Cq_nqpars returns the number of expected catalog / survey query parameters.
Cq_nqpars is an integer function which returns the number of expected
catalog / survey parameters as its function value. The number of query
parameters may be zero if the query is non-programmable. Not all query
parameters are programmable.
.ih
NOTES
The routines cq_setcat or cq_setcatn must be called before the number of
query parameters can be requested.
.ih
SEE ALSO
cqgqpar, cqgqparn, cqsqpar, cqsqparn
.endhelp