~ubuntu-branches/ubuntu/utopic/sblim-sfcc/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/fix-manpage-mismatch.patch/man/man3/CMCIClientFT.execQuery.3

  • Committer: Package Import Robot
  • Author(s): Kent Baxley
  • Date: 2014-06-25 13:34:21 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140625133421-6a2arkqw06znji3u
Tags: 2.2.7-0ubuntu1
* New upstream release (LP: #1335941). 
* New Features:
 - [bugs:#2692] SFCC: SfcbLocal interface should expose markHeap() and releaseHeap()

 Bugs:
 - [bugs:#2728] Missing tag definition for REFARRAY
 - [bugs:#2729] Improper type handling for EmbeddedObject in PARAMVALUE
 - [bugs:#2730] More memory leaks in backend/cimxml/grammer.c
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH  3  2005-06-09 "sfcc" "SFCBroker Client Library"
 
2
.SH NAME
 
3
CMCIClientFT.execQuery() \- Query the enumeration of instances of a class
 
4
.SH SYNOPSIS
 
5
.nf
 
6
.B #include <cmci.h>
 
7
.sp
 
8
.BI CMPIEnumeration *
 
9
.BI CMCIClientFT.execQuery (CMCIClient* cl,
 
10
.br
 
11
.BI                             CMPIObjectPath* op,
 
12
.br
 
13
.BI                             const char* query,
 
14
.br
 
15
.BI                             const char* lang,
 
16
.br
 
17
.BI                             CMPIStatus* rc);
 
18
.br
 
19
.sp
 
20
.fi
 
21
.SH DESCRIPTION
 
22
Query the enumeration of instances of the class (and subclasses) defined
 
23
by reference \fIop\fP using the \fIquery\fP expression.
 
24
.PP
 
25
Arguments are the client object pointer \fIcl\fP, an ObjectPath object 
 
26
pointer \fIop\fP with the reference that contains namespace and classname
 
27
components,
 
28
the query expression string pointer in \fIquery\fP,
 
29
the query language identifier string pointer in \fIlang\fP,
 
30
and \fIrc\fP which returns the operation status (suppressed when NULL).
 
31
.PP
 
32
.SH "RETURN VALUE"
 
33
When successful the \fBCMCIClientFT.execQuery()\fP function returns a
 
34
pointer to a CMPIEnumeration object that contains the class instances 
 
35
that match the query and sets a successful operation status code.
 
36
When unsuccessful it returns a NULL pointer and sets the operation 
 
37
status error code and corresponding error string in \fIrc\fP.
 
38
.SH "ERRORS"
 
39
.sp
 
40
.SH "EXAMPLES"
 
41
.sp
 
42
.SH "CONFORMING TO"
 
43
.sp
 
44
.SH "SEE ALSO"
 
45
Common Manageability Programming Interface (CMPI) - OpenGroup,
 
46
.br
 
47
CMCIClient(3), CMPIEnumeration(3), CMPIObjectPath(3), CMPIStatus(3)