Lines Matching defs:statement

6 function oci_define_by_name($statement, string $column, mixed &$var, int $type = 0): bool {}
13 function ocidefinebyname($statement, string $column, mixed &$var, int $type = 0): bool {}
16 function oci_bind_by_name($statement, string $param, mixed &$var, int $max_length = -1, int $type =…
23 function ocibindbyname($statement, string $param, mixed &$var, int $max_length = -1, int $type = 0)…
29 function oci_bind_array_by_name($statement, string $param, &$var, int $max_array_length, int $max_i…
132 function oci_field_name($statement, string|int $column): string|false {}
139 function ocicolumnname($statement, string|int $column): string|false {}
142 function oci_field_size($statement, string|int $column): int|false {}
149 function ocicolumnsize($statement, string|int $column): int|false {}
152 function oci_field_scale($statement, string|int $column): int|false {}
159 function ocicolumnscale($statement, string|int $column): int|false {}
162 function oci_field_precision($statement, string|int $column): int|false {}
169 function ocicolumnprecision($statement, string|int $column): int|false {}
172 function oci_field_type($statement, string|int $column): string|int|false {}
179 function ocicolumntype($statement, string|int $column): string|int|false {}
182 function oci_field_type_raw($statement, string|int $column): int|false {}
189 function ocicolumntyperaw($statement, string|int $column): int|false {}
192 function oci_field_is_null($statement, string|int $column): bool {}
199 function ocicolumnisnull($statement, string|int $column): bool {}
202 function oci_execute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {}
209 function ociexecute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {}
212 function oci_cancel($statement): bool {}
219 function ocicancel($statement): bool {}
222 function oci_fetch($statement): bool {}
229 function ocifetch($statement): bool {}
236 function ocifetchinto($statement, &$result, int $mode = OCI_NUM): int|false {}
242 function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FET…
250 function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI…
253 function oci_fetch_object($statement, int $mode = OCI_ASSOC | OCI_RETURN_NULLS): stdClass|false {}
256 function oci_fetch_row($statement): array|false {}
259 function oci_fetch_assoc($statement): array|false {}
262 function oci_fetch_array($statement, int $mode = OCI_BOTH | OCI_RETURN_NULLS): array|false {}
265 function oci_free_statement($statement): bool {}
272 function ocifreestatement($statement): bool {}
278 function oci_free_cursor($statement): bool {}
285 function ocifreecursor($statement): bool {}
340 function oci_num_fields($statement): int {}
347 function ocinumcols($statement): int {}
367 function oci_get_implicit_resultset($statement) {}
370 function oci_set_prefetch($statement, int $rows): bool {}
377 function ocisetprefetch($statement, int $rows): bool {}
430 function oci_result($statement, string|int $column): mixed {}
437 function ociresult($statement, string|int $column): mixed {}
452 function oci_statement_type($statement): string|false {}
459 function ocistatementtype($statement): string|false {}
462 function oci_num_rows($statement): int|false {}
469 function ocirowcount($statement): int|false {}