Lines Matching refs:statement
402 /** @param resource $statement */
403 function oci_define_by_name($statement, string $column, mixed &$var, int $type = 0): bool {} argument
406 * @param resource $statement
410 function ocidefinebyname($statement, string $column, mixed &$var, int $type = 0): bool {} argument
412 /** @param resource $statement */
413 function oci_bind_by_name($statement, string $param, mixed &$var, int $max_length = -1, int $type =… argument
416 * @param resource $statement
420 function ocibindbyname($statement, string $param, mixed &$var, int $max_length = -1, int $type = 0)… argument
423 * @param resource $statement
426 function oci_bind_array_by_name($statement, string $param, &$var, int $max_array_length, int $max_i… argument
528 /** @param resource $statement */
529 function oci_field_name($statement, string|int $column): string|false {} argument
532 * @param resource $statement
536 function ocicolumnname($statement, string|int $column): string|false {} argument
538 /** @param resource $statement */
539 function oci_field_size($statement, string|int $column): int|false {} argument
542 * @param resource $statement
546 function ocicolumnsize($statement, string|int $column): int|false {} argument
548 /** @param resource $statement */
549 function oci_field_scale($statement, string|int $column): int|false {} argument
552 * @param resource $statement
556 function ocicolumnscale($statement, string|int $column): int|false {} argument
558 /** @param resource $statement */
559 function oci_field_precision($statement, string|int $column): int|false {} argument
562 * @param resource $statement
566 function ocicolumnprecision($statement, string|int $column): int|false {} argument
568 /** @param resource $statement */
569 function oci_field_type($statement, string|int $column): string|int|false {} argument
572 * @param resource $statement
576 function ocicolumntype($statement, string|int $column): string|int|false {} argument
578 /** @param resource $statement */
579 function oci_field_type_raw($statement, string|int $column): int|false {} argument
582 * @param resource $statement
586 function ocicolumntyperaw($statement, string|int $column): int|false {} argument
588 /** @param resource $statement */
589 function oci_field_is_null($statement, string|int $column): bool {} argument
592 * @param resource $statement
596 function ocicolumnisnull($statement, string|int $column): bool {} argument
598 /** @param resource $statement */
599 function oci_execute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {} argument
602 * @param resource $statement
606 function ociexecute($statement, int $mode = OCI_COMMIT_ON_SUCCESS): bool {} argument
608 /** @param resource $statement */
609 function oci_cancel($statement): bool {} argument
612 * @param resource $statement
616 function ocicancel($statement): bool {} argument
618 /** @param resource $statement */
619 function oci_fetch($statement): bool {} argument
622 * @param resource $statement
626 function ocifetch($statement): bool {} argument
629 * @param resource $statement
633 function ocifetchinto($statement, &$result, int $mode = OCI_NUM): int|false {} argument
636 * @param resource $statement
639 function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FET… argument
642 * @param resource $statement
647 function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI… argument
649 /** @param resource $statement */
650 function oci_fetch_object($statement, int $mode = OCI_ASSOC | OCI_RETURN_NULLS): stdClass|false {} argument
652 /** @param resource $statement */
653 function oci_fetch_row($statement): array|false {} argument
655 /** @param resource $statement */
656 function oci_fetch_assoc($statement): array|false {} argument
658 /** @param resource $statement */
659 function oci_fetch_array($statement, int $mode = OCI_BOTH | OCI_RETURN_NULLS): array|false {} argument
661 /** @param resource $statement */
662 function oci_free_statement($statement): bool {} argument
665 * @param resource $statement
669 function ocifreestatement($statement): bool {} argument
672 * @param resource $statement
675 function oci_free_cursor($statement): bool {} argument
678 * @param resource $statement
682 function ocifreecursor($statement): bool {} argument
745 /** @param resource $statement */
746 function oci_num_fields($statement): int {}
749 * @param resource $statement
753 function ocinumcols($statement): int {}
770 * @param resource $statement
773 function oci_get_implicit_resultset($statement) {}
775 /** @param resource $statement */
776 function oci_set_prefetch($statement, int $rows): bool {}
779 * @param resource $statement
783 function ocisetprefetch($statement, int $rows): bool {}
785 /** @param resource $statement */
786 function oci_set_prefetch_lob($statement, int $prefetch_lob_size): bool {}
838 /** @param resource $statement */
839 function oci_result($statement, string|int $column): mixed {}
842 * @param resource $statement
846 function ociresult($statement, string|int $column): mixed {}
860 /** @param resource $statement */
861 function oci_statement_type($statement): string|false {}
864 * @param resource $statement
868 function ocistatementtype($statement): string|false {}
870 /** @param resource $statement */
871 function oci_num_rows($statement): int|false {}
874 * @param resource $statement
878 function ocirowcount($statement): int|false {}