Lines Matching refs:statement
5 /** @param resource $statement */
6 function oci_define_by_name($statement, string $column, mixed &$var, int $type = 0): bool {} argument
9 * @param resource $statement
13 function ocidefinebyname($statement, string $column, mixed &$var, int $type = 0): bool {} argument
15 /** @param resource $statement */
16 function oci_bind_by_name($statement, string $param, mixed &$var, int $max_length = -1, int $type =… argument
19 * @param resource $statement
23 function ocibindbyname($statement, string $param, mixed &$var, int $max_length = -1, int $type = 0)… argument
26 * @param resource $statement
29 function oci_bind_array_by_name($statement, string $param, &$var, int $max_array_length, int $max_i… argument
131 /** @param resource $statement */
132 function oci_field_name($statement, string|int $column): string|false {} argument
135 * @param resource $statement
139 function ocicolumnname($statement, string|int $column): string|false {} argument
141 /** @param resource $statement */
142 function oci_field_size($statement, string|int $column): int|false {} argument
145 * @param resource $statement
149 function ocicolumnsize($statement, string|int $column): int|false {} argument
151 /** @param resource $statement */
152 function oci_field_scale($statement, string|int $column): int|false {} argument
155 * @param resource $statement
159 function ocicolumnscale($statement, string|int $column): int|false {} argument
161 /** @param resource $statement */
162 function oci_field_precision($statement, string|int $column): int|false {} argument
165 * @param resource $statement
169 function ocicolumnprecision($statement, string|int $column): int|false {} argument
171 /** @param resource $statement */
172 function oci_field_type($statement, string|int $column): string|int|false {} argument
175 * @param resource $statement
179 function ocicolumntype($statement, string|int $column): string|int|false {} argument
181 /** @param resource $statement */
182 function oci_field_type_raw($statement, string|int $column): int|false {} argument
185 * @param resource $statement
189 function ocicolumntyperaw($statement, string|int $column): int|false {} argument
191 /** @param resource $statement */
192 function oci_field_is_null($statement, string|int $column): bool {} argument
195 * @param resource $statement
199 function ocicolumnisnull($statement, string|int $column): bool {} argument
201 /** @param resource $statement */
202 function oci_execute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {} argument
205 * @param resource $statement
209 function ociexecute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {} argument
211 /** @param resource $statement */
212 function oci_cancel($statement): bool {} argument
215 * @param resource $statement
219 function ocicancel($statement): bool {} argument
221 /** @param resource $statement */
222 function oci_fetch($statement): bool {} argument
225 * @param resource $statement
229 function ocifetch($statement): bool {} argument
232 * @param resource $statement
236 function ocifetchinto($statement, &$result, int $mode = OCI_NUM): int|false {} argument
239 * @param resource $statement
242 function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FET… argument
245 * @param resource $statement
250 function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI… argument
252 /** @param resource $statement */
253 function oci_fetch_object($statement, int $mode = OCI_ASSOC | OCI_RETURN_NULLS): stdClass|false {} argument
255 /** @param resource $statement */
256 function oci_fetch_row($statement): array|false {} argument
258 /** @param resource $statement */
259 function oci_fetch_assoc($statement): array|false {} argument
261 /** @param resource $statement */
262 function oci_fetch_array($statement, int $mode = OCI_BOTH | OCI_RETURN_NULLS): array|false {} argument
264 /** @param resource $statement */
265 function oci_free_statement($statement): bool {} argument
268 * @param resource $statement
272 function ocifreestatement($statement): bool {} argument
275 * @param resource $statement
278 function oci_free_cursor($statement): bool {} argument
281 * @param resource $statement
285 function ocifreecursor($statement): bool {} argument
339 /** @param resource $statement */
340 function oci_num_fields($statement): int {} argument
343 * @param resource $statement
347 function ocinumcols($statement): int {} argument
364 * @param resource $statement
367 function oci_get_implicit_resultset($statement) {} argument
369 /** @param resource $statement */
370 function oci_set_prefetch($statement, int $rows): bool {} argument
373 * @param resource $statement
377 function ocisetprefetch($statement, int $rows): bool {} argument
429 /** @param resource $statement */
430 function oci_result($statement, string|int $column): mixed {} argument
433 * @param resource $statement
437 function ociresult($statement, string|int $column): mixed {} argument
451 /** @param resource $statement */
452 function oci_statement_type($statement): string|false {} argument
455 * @param resource $statement
459 function ocistatementtype($statement): string|false {} argument
461 /** @param resource $statement */
462 function oci_num_rows($statement): int|false {} argument
465 * @param resource $statement
469 function ocirowcount($statement): int|false {} argument