@@ -66,12 +66,14 @@ using the function :func:`dpiContext_destroy()`.
66
66
handle is NULL or invalid an error is returned.
67
67
68
68
69
- .. function :: void dpiContext_getClientVersion(const dpiContext* context, \
69
+ .. function :: int dpiContext_getClientVersion(const dpiContext* context, \
70
70
dpiVersionInfo* versionInfo)
71
71
72
72
Return information about the version of the Oracle Client that is being
73
73
used.
74
74
75
+ The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.
76
+
75
77
**context ** [IN] -- the context handle created earlier using the function
76
78
:func: `dpiContext_createWithParams() `. If the handle is NULL or invalid an
77
79
error is returned.
@@ -108,6 +110,8 @@ using the function :func:`dpiContext_destroy()`.
108
110
Initializes the :ref: `dpiCommonCreateParams<dpiCommonCreateParams> `
109
111
structure to default values.
110
112
113
+ The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.
114
+
111
115
**context ** [IN] -- the context handle created earlier using the function
112
116
:func: `dpiContext_createWithParams() `. If the handle is NULL or invalid an
113
117
error is returned.
@@ -122,6 +126,8 @@ using the function :func:`dpiContext_destroy()`.
122
126
Initializes the :ref: `dpiConnCreateParams<dpiConnCreateParams> ` structure
123
127
to default values.
124
128
129
+ The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.
130
+
125
131
**context ** [IN] -- the context handle created earlier using the function
126
132
:func: `dpiContext_createWithParams() `. If the handle is NULL or invalid an
127
133
error is returned.
@@ -137,6 +143,8 @@ using the function :func:`dpiContext_destroy()`.
137
143
Initializes the :ref: `dpiPoolCreateParams<dpiPoolCreateParams> ` structure
138
144
to default values.
139
145
146
+ The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.
147
+
140
148
**context ** [IN] -- the context handle created earlier using the function
141
149
:func: `dpiContext_createWithParams() `. If the handle is NULL or invalid an
142
150
error is returned.
@@ -152,6 +160,8 @@ using the function :func:`dpiContext_destroy()`.
152
160
Initializes the :ref: `dpiSodaOperOptions<dpiSodaOperOptions> `
153
161
structure to default values.
154
162
163
+ The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.
164
+
155
165
**context ** [IN] -- the context handle created earlier using the function
156
166
:func: `dpiContext_createWithParams() `. If the handle is NULL or invalid an
157
167
error is returned.
@@ -167,6 +177,8 @@ using the function :func:`dpiContext_destroy()`.
167
177
Initializes the :ref: `dpiSubscrCreateParams<dpiSubscrCreateParams> `
168
178
structure to default values.
169
179
180
+ The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.
181
+
170
182
**context ** [IN] -- the context handle created earlier using the function
171
183
:func: `dpiContext_createWithParams() `. If the handle is NULL or invalid an
172
184
error is returned.
0 commit comments