Lines Matching defs:statement

403 function oci_define_by_name($statement, string $column, mixed &$var, int $type = 0): bool {}
410 function ocidefinebyname($statement, string $column, mixed &$var, int $type = 0): bool {}
413 function oci_bind_by_name($statement, string $param, mixed &$var, int $max_length = -1, int $type =…
420 function ocibindbyname($statement, string $param, mixed &$var, int $max_length = -1, int $type = 0)…
426 function oci_bind_array_by_name($statement, string $param, &$var, int $max_array_length, int $max_i…
529 function oci_field_name($statement, string|int $column): string|false {}
536 function ocicolumnname($statement, string|int $column): string|false {}
539 function oci_field_size($statement, string|int $column): int|false {}
546 function ocicolumnsize($statement, string|int $column): int|false {}
549 function oci_field_scale($statement, string|int $column): int|false {}
556 function ocicolumnscale($statement, string|int $column): int|false {}
559 function oci_field_precision($statement, string|int $column): int|false {}
566 function ocicolumnprecision($statement, string|int $column): int|false {}
569 function oci_field_type($statement, string|int $column): string|int|false {}
576 function ocicolumntype($statement, string|int $column): string|int|false {}
579 function oci_field_type_raw($statement, string|int $column): int|false {}
586 function ocicolumntyperaw($statement, string|int $column): int|false {}
589 function oci_field_is_null($statement, string|int $column): bool {}
596 function ocicolumnisnull($statement, string|int $column): bool {}
599 function oci_execute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {}
606 function ociexecute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {}
609 function oci_cancel($statement): bool {}
616 function ocicancel($statement): bool {}
619 function oci_fetch($statement): bool {}
626 function ocifetch($statement): bool {}
633 function ocifetchinto($statement, &$result, int $mode = OCI_NUM): int|false {}
639 function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FET…
647 function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI…
650 function oci_fetch_object($statement, int $mode = OCI_ASSOC | OCI_RETURN_NULLS): stdClass|false {}
653 function oci_fetch_row($statement): array|false {}
656 function oci_fetch_assoc($statement): array|false {}
659 function oci_fetch_array($statement, int $mode = OCI_BOTH | OCI_RETURN_NULLS): array|false {}
662 function oci_free_statement($statement): bool {}
669 function ocifreestatement($statement): bool {}
675 function oci_free_cursor($statement): bool {}
682 function ocifreecursor($statement): bool {}
697 function oci_new_connect(string $username, #[\SensitiveParameter] string $password, ?string $connec…