Lines Matching refs:Result

465     function pg_query($connection, string $query = UNKNOWN): PgSql\Result|false {}
471 function pg_exec($connection, string $query = UNKNOWN): PgSql\Result|false {}
478 function pg_query_params($connection, $query, array $params = UNKNOWN): PgSql\Result|false {}
484 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa…
491 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {}
493 function pg_num_rows(PgSql\Result $result): int {}
499 function pg_numrows(PgSql\Result $result): int {}
501 function pg_num_fields(PgSql\Result $result): int {}
507 function pg_numfields(PgSql\Result $result): int {}
509 function pg_affected_rows(PgSql\Result $result): int {}
515 function pg_cmdtuples(PgSql\Result $result): int {}
519 …function pg_field_table(PgSql\Result $result, int $field, bool $oid_only = false): string|int|fals…
522 function pg_field_name(PgSql\Result $result, int $field): string {}
528 function pg_fieldname(PgSql\Result $result, int $field): string {}
530 function pg_field_size(PgSql\Result $result, int $field): int {}
536 function pg_fieldsize(PgSql\Result $result, int $field): int {}
538 function pg_field_type(PgSql\Result $result, int $field): string {}
544 function pg_fieldtype(PgSql\Result $result, int $field): string {}
547 function pg_field_type_oid(PgSql\Result $result, int $field): string|int {}
549 function pg_field_num(PgSql\Result $result, string $field): int {}
555 function pg_fieldnum(PgSql\Result $result, string $field): int {}
561 …function pg_fetch_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|nu…
568 … function pg_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|null {}
574 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false …
580 function pg_fetch_assoc(PgSql\Result $result, ?int $row = null): array|false {}
586 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal…
589 …function pg_fetch_object(PgSql\Result $result, ?int $row = null, string $class = "stdClass", array…
595 function pg_fetch_all(PgSql\Result $result, int $mode = PGSQL_ASSOC): array {}
601 function pg_fetch_all_columns(PgSql\Result $result, int $field = 0): array {}
603 function pg_result_seek(PgSql\Result $result, int $row): bool {}
606 function pg_field_prtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
613 function pg_fieldprtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
616 function pg_field_is_null(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
623 function pg_fieldisnull(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
625 function pg_free_result(PgSql\Result $result): bool {}
631 function pg_freeresult(PgSql\Result $result): bool {}
634 function pg_last_oid(PgSql\Result $result): string|int|false {}
640 function pg_getlastoid(PgSql\Result $result): string|int|false {}
824 function pg_result_error(PgSql\Result $result): string|false {}
827 function pg_result_error_field(PgSql\Result $result, int $field_code): string|false|null {}
848 function pg_get_result(PgSql\Connection $connection): PgSql\Result|false {}
851 function pg_result_status(PgSql\Result $result, int $mode = PGSQL_STATUS_LONG): string|int {}
884 …ction, string $table_name, array $values, int $flags = PGSQL_DML_EXEC): PgSql\Result|string|bool {}
912 final class Result class