Lines Matching defs:result
85 function pg_num_rows($result): int {}
92 function pg_numrows($result): int {}
95 function pg_num_fields($result): int {}
102 function pg_numfields($result): int {}
105 function pg_affected_rows($result): int {}
112 function pg_cmdtuples($result): int {}
118 function pg_field_table($result, int $field, bool $oid_only = false): string|int|false {}
121 function pg_field_name($result, int $field): string {}
128 function pg_fieldname($result, int $field): string {}
131 function pg_field_size($result, int $field): int {}
138 function pg_fieldsize($result, int $field): int {}
141 function pg_field_type($result, int $field): string {}
148 function pg_fieldtype($result, int $field): string {}
151 function pg_field_type_oid($result, int $field): string|int {}
154 function pg_field_num($result, string $field): int {}
161 function pg_fieldnum($result, string $field): int {}
167 function pg_fetch_result($result, $row, string|int $field = UNKNOWN): string|false|null {}
175 function pg_result($result, $row, string|int $field = UNKNOWN): string|false|null {}
180 function pg_fetch_row($result, ?int $row = null, int $mode = PGSQL_NUM): array|false {}
185 function pg_fetch_assoc($result, ?int $row = null): array|false {}
190 function pg_fetch_array($result, ?int $row = null, int $mode = PGSQL_BOTH): array|false {}
193 function pg_fetch_object($result, ?int $row = null, string $class = "stdClass", array $constructor_…
196 function pg_fetch_all($result, int $mode = PGSQL_ASSOC): array {}
199 function pg_fetch_all_columns($result, int $field = 0): array {}
202 function pg_result_seek($result, int $row): bool {}
208 function pg_field_prtlen($result, $row, string|int $field = UNKNOWN): int|false {}
216 function pg_fieldprtlen($result, $row, string|int $field = UNKNOWN): int|false {}
222 function pg_field_is_null($result, $row, string|int $field = UNKNOWN): int|false {}
230 function pg_fieldisnull($result, $row, string|int $field = UNKNOWN): int|false {}
233 function pg_free_result($result): bool {}
240 function pg_freeresult($result): bool {}
243 function pg_last_oid($result): string|int|false {}
250 function pg_getlastoid($result): string|int|false {}
437 function pg_result_error($result): string|false {}
440 function pg_result_error_field($result, int $field_code): string|false|null {}
476 function pg_result_status($result, int $mode = PGSQL_STATUS_LONG): string|int {}