Lines Matching refs:Result

19     final class Result  class
84 function pg_query($connection, string $query = UNKNOWN): PgSql\Result|false {}
90 function pg_exec($connection, string $query = UNKNOWN): PgSql\Result|false {}
97 function pg_query_params($connection, $query, array $params = UNKNOWN): PgSql\Result|false {}
103 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa…
110 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {}
112 function pg_num_rows(PgSql\Result $result): int {}
118 function pg_numrows(PgSql\Result $result): int {}
120 function pg_num_fields(PgSql\Result $result): int {}
126 function pg_numfields(PgSql\Result $result): int {}
128 function pg_affected_rows(PgSql\Result $result): int {}
134 function pg_cmdtuples(PgSql\Result $result): int {}
138 …function pg_field_table(PgSql\Result $result, int $field, bool $oid_only = false): string|int|fals…
141 function pg_field_name(PgSql\Result $result, int $field): string {}
147 function pg_fieldname(PgSql\Result $result, int $field): string {}
149 function pg_field_size(PgSql\Result $result, int $field): int {}
155 function pg_fieldsize(PgSql\Result $result, int $field): int {}
157 function pg_field_type(PgSql\Result $result, int $field): string {}
163 function pg_fieldtype(PgSql\Result $result, int $field): string {}
166 function pg_field_type_oid(PgSql\Result $result, int $field): string|int {}
168 function pg_field_num(PgSql\Result $result, string $field): int {}
174 function pg_fieldnum(PgSql\Result $result, string $field): int {}
180 …function pg_fetch_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|nu…
187 … function pg_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|null {}
193 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false …
199 function pg_fetch_assoc(PgSql\Result $result, ?int $row = null): array|false {}
205 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal…
208 …function pg_fetch_object(PgSql\Result $result, ?int $row = null, string $class = "stdClass", array…
214 function pg_fetch_all(PgSql\Result $result, int $mode = PGSQL_ASSOC): array {}
220 function pg_fetch_all_columns(PgSql\Result $result, int $field = 0): array {}
222 function pg_result_seek(PgSql\Result $result, int $row): bool {}
225 function pg_field_prtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
232 function pg_fieldprtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
235 function pg_field_is_null(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
242 function pg_fieldisnull(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
244 function pg_free_result(PgSql\Result $result): bool {}
250 function pg_freeresult(PgSql\Result $result): bool {}
253 function pg_last_oid(PgSql\Result $result): string|int|false {}
259 function pg_getlastoid(PgSql\Result $result): string|int|false {}
443 function pg_result_error(PgSql\Result $result): string|false {}
446 function pg_result_error_field(PgSql\Result $result, int $field_code): string|false|null {}
467 function pg_get_result(PgSql\Connection $connection): PgSql\Result|false {}
470 function pg_result_status(PgSql\Result $result, int $mode = PGSQL_STATUS_LONG): string|int {}
503 …ction, string $table_name, array $values, int $flags = PGSQL_DML_EXEC): PgSql\Result|string|bool {}