Lines Matching refs:connection

39     function pg_connect_poll(PgSql\Connection $connection): int {}  argument
41 function pg_close(?PgSql\Connection $connection = null): bool {} argument
44 function pg_dbname(?PgSql\Connection $connection = null): string {} argument
46 function pg_last_error(?PgSql\Connection $connection = null): string {} argument
52 function pg_errormessage(?PgSql\Connection $connection = null): string {} argument
55 function pg_options(?PgSql\Connection $connection = null): string {} argument
58 function pg_port(?PgSql\Connection $connection = null): string {} argument
61 function pg_tty(?PgSql\Connection $connection = null): string {} argument
64 function pg_host(?PgSql\Connection $connection = null): string {} argument
70 function pg_version(?PgSql\Connection $connection = null): array {} argument
76 function pg_parameter_status($connection, string $name = UNKNOWN): string|false {} argument
78 function pg_ping(?PgSql\Connection $connection = null): bool {} argument
84 function pg_query($connection, string $query = UNKNOWN): PgSql\Result|false {} argument
90 function pg_exec($connection, string $query = UNKNOWN): PgSql\Result|false {} argument
97 function pg_query_params($connection, $query, array $params = UNKNOWN): PgSql\Result|false {} argument
103 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa… argument
110 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {} argument
136 …function pg_last_notice(PgSql\Connection $connection, int $mode = PGSQL_NOTICE_LAST): array|string… argument
261 …function pg_trace(string $filename, string $mode = "w", ?PgSql\Connection $connection = null): boo… argument
263 function pg_untrace(?PgSql\Connection $connection = null): bool {} argument
270 function pg_lo_create($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {} argument
278 function pg_locreate($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {} argument
284 function pg_lo_unlink($connection, $oid = UNKNOWN): bool {} argument
292 function pg_lounlink($connection, $oid = UNKNOWN): bool {} argument
299 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {} argument
307 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {} argument
348 function pg_lo_import($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {} argument
357 function pg_loimport($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {} argument
364 function pg_lo_export($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {} argument
373 function pg_loexport($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {} argument
382 function pg_set_error_verbosity($connection, int $verbosity = UNKNOWN): int|false {} argument
385 function pg_set_client_encoding($connection, string $encoding = UNKNOWN): int {} argument
392 function pg_setclientencoding($connection, string $encoding = UNKNOWN): int {} argument
394 function pg_client_encoding(?PgSql\Connection $connection = null): string {} argument
400 function pg_clientencoding(?PgSql\Connection $connection = null): string {} argument
402 function pg_end_copy(?PgSql\Connection $connection = null): bool {} argument
405 function pg_put_line($connection, string $query = UNKNOWN): bool {} argument
411 …function pg_copy_to(PgSql\Connection $connection, string $table_name, string $separator = "\t", st… argument
413 …function pg_copy_from(PgSql\Connection $connection, string $table_name, array $rows, string $separ… argument
419 function pg_escape_string($connection, string $string = UNKNOWN): string {} argument
425 function pg_escape_bytea($connection, string $string = UNKNOWN): string {} argument
434 function pg_escape_literal($connection, string $string = UNKNOWN): string|false {} argument
440 function pg_escape_identifier($connection, string $string = UNKNOWN): string|false {} argument
448 function pg_connection_status(PgSql\Connection $connection): int {} argument
450 function pg_transaction_status(PgSql\Connection $connection): int {} argument
452 function pg_connection_reset(PgSql\Connection $connection): bool {} argument
454 function pg_cancel_query(PgSql\Connection $connection): bool {} argument
456 function pg_connection_busy(PgSql\Connection $connection): bool {} argument
458 function pg_send_query(PgSql\Connection $connection, string $query): int|bool {} argument
460 …function pg_send_query_params(PgSql\Connection $connection, string $query, array $params): int|boo… argument
462 …function pg_send_prepare(PgSql\Connection $connection, string $statement_name, string $query): int… argument
464 …function pg_send_execute(PgSql\Connection $connection, string $statement_name, array $params): int… argument
467 function pg_get_result(PgSql\Connection $connection): PgSql\Result|false {} argument
476 function pg_get_notify(PgSql\Connection $connection, int $mode = PGSQL_ASSOC): array|false {} argument
478 function pg_get_pid(PgSql\Connection $connection): int {} argument
484 function pg_socket(PgSql\Connection $connection) {} argument
486 function pg_consume_input(PgSql\Connection $connection): bool {} argument
488 function pg_flush(PgSql\Connection $connection): int|bool {} argument
494 …function pg_meta_data(PgSql\Connection $connection, string $table_name, bool $extended = false): a… argument
500 …function pg_convert(PgSql\Connection $connection, string $table_name, array $values, int $flags = … argument
503 …function pg_insert(PgSql\Connection $connection, string $table_name, array $values, int $flags = P… argument
506 …function pg_update(PgSql\Connection $connection, string $table_name, array $values, array $conditi… argument
509 …function pg_delete(PgSql\Connection $connection, string $table_name, array $conditions, int $flags… argument
515 …function pg_select(PgSql\Connection $connection, string $table_name, array $conditions, int $flags… argument