Lines Matching refs:Result

523     function pg_query($connection, string $query = UNKNOWN): PgSql\Result|false {}
529 function pg_exec($connection, string $query = UNKNOWN): PgSql\Result|false {}
536 function pg_query_params($connection, $query, array $params = UNKNOWN): PgSql\Result|false {}
542 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa…
549 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {}
551 function pg_num_rows(PgSql\Result $result): int {}
557 function pg_numrows(PgSql\Result $result): int {}
559 function pg_num_fields(PgSql\Result $result): int {}
565 function pg_numfields(PgSql\Result $result): int {}
567 function pg_affected_rows(PgSql\Result $result): int {}
573 function pg_cmdtuples(PgSql\Result $result): int {}
577 …function pg_field_table(PgSql\Result $result, int $field, bool $oid_only = false): string|int|fals…
580 function pg_field_name(PgSql\Result $result, int $field): string {}
586 function pg_fieldname(PgSql\Result $result, int $field): string {}
588 function pg_field_size(PgSql\Result $result, int $field): int {}
594 function pg_fieldsize(PgSql\Result $result, int $field): int {}
596 function pg_field_type(PgSql\Result $result, int $field): string {}
602 function pg_fieldtype(PgSql\Result $result, int $field): string {}
605 function pg_field_type_oid(PgSql\Result $result, int $field): string|int {}
607 function pg_field_num(PgSql\Result $result, string $field): int {}
613 function pg_fieldnum(PgSql\Result $result, string $field): int {}
619 …function pg_fetch_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|nu…
626 … function pg_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|null {}
632 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false …
638 function pg_fetch_assoc(PgSql\Result $result, ?int $row = null): array|false {}
644 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal…
647 …function pg_fetch_object(PgSql\Result $result, ?int $row = null, string $class = "stdClass", array…
653 function pg_fetch_all(PgSql\Result $result, int $mode = PGSQL_ASSOC): array {}
659 function pg_fetch_all_columns(PgSql\Result $result, int $field = 0): array {}
661 function pg_result_seek(PgSql\Result $result, int $row): bool {}
664 function pg_field_prtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
670 function pg_fieldprtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
673 function pg_field_is_null(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
679 function pg_fieldisnull(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
681 function pg_free_result(PgSql\Result $result): bool {}
687 function pg_freeresult(PgSql\Result $result): bool {}
690 function pg_last_oid(PgSql\Result $result): string|int|false {}
696 function pg_getlastoid(PgSql\Result $result): string|int|false {}
880 function pg_result_error(PgSql\Result $result): string|false {}
883 function pg_result_error_field(PgSql\Result $result, int $field_code): string|false|null {}
904 function pg_get_result(PgSql\Connection $connection): PgSql\Result|false {}
907 function pg_result_status(PgSql\Result $result, int $mode = PGSQL_STATUS_LONG): string|int {}
940 …ction, string $table_name, array $values, int $flags = PGSQL_DML_EXEC): PgSql\Result|string|bool {}
957 function pg_result_memory_size(PgSql\Result $result): int {}
988 final class Result