Lines Matching refs:connection

420     function pg_connect_poll(PgSql\Connection $connection): int {}  argument
422 function pg_close(?PgSql\Connection $connection = null): bool {} argument
425 function pg_dbname(?PgSql\Connection $connection = null): string {} argument
427 function pg_last_error(?PgSql\Connection $connection = null): string {} argument
433 function pg_errormessage(?PgSql\Connection $connection = null): string {} argument
436 function pg_options(?PgSql\Connection $connection = null): string {} argument
439 function pg_port(?PgSql\Connection $connection = null): string {} argument
442 function pg_tty(?PgSql\Connection $connection = null): string {} argument
445 function pg_host(?PgSql\Connection $connection = null): string {} argument
451 function pg_version(?PgSql\Connection $connection = null): array {} argument
457 function pg_parameter_status($connection, string $name = UNKNOWN): string|false {} argument
459 function pg_ping(?PgSql\Connection $connection = null): bool {} argument
465 function pg_query($connection, string $query = UNKNOWN): PgSql\Result|false {} argument
471 function pg_exec($connection, string $query = UNKNOWN): PgSql\Result|false {} argument
478 function pg_query_params($connection, $query, array $params = UNKNOWN): PgSql\Result|false {} argument
484 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa… argument
491 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {} argument
517 …function pg_last_notice(PgSql\Connection $connection, int $mode = PGSQL_NOTICE_LAST): array|string… argument
642 …function pg_trace(string $filename, string $mode = "w", ?PgSql\Connection $connection = null): boo… argument
644 function pg_untrace(?PgSql\Connection $connection = null): bool {} argument
651 function pg_lo_create($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {} argument
659 function pg_locreate($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {} argument
665 function pg_lo_unlink($connection, $oid = UNKNOWN): bool {} argument
673 function pg_lounlink($connection, $oid = UNKNOWN): bool {} argument
680 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {} argument
688 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {} argument
729 function pg_lo_import($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {} argument
738 function pg_loimport($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {} argument
745 function pg_lo_export($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {} argument
754 function pg_loexport($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {} argument
763 function pg_set_error_verbosity($connection, int $verbosity = UNKNOWN): int|false {} argument
766 function pg_set_client_encoding($connection, string $encoding = UNKNOWN): int {} argument
773 function pg_setclientencoding($connection, string $encoding = UNKNOWN): int {} argument
775 function pg_client_encoding(?PgSql\Connection $connection = null): string {} argument
781 function pg_clientencoding(?PgSql\Connection $connection = null): string {} argument
783 function pg_end_copy(?PgSql\Connection $connection = null): bool {} argument
786 function pg_put_line($connection, string $query = UNKNOWN): bool {} argument
792 …function pg_copy_to(PgSql\Connection $connection, string $table_name, string $separator = "\t", st… argument
794 …function pg_copy_from(PgSql\Connection $connection, string $table_name, array $rows, string $separ… argument
800 function pg_escape_string($connection, string $string = UNKNOWN): string {} argument
806 function pg_escape_bytea($connection, string $string = UNKNOWN): string {} argument
815 function pg_escape_literal($connection, string $string = UNKNOWN): string|false {} argument
821 function pg_escape_identifier($connection, string $string = UNKNOWN): string|false {} argument
829 function pg_connection_status(PgSql\Connection $connection): int {} argument
831 function pg_transaction_status(PgSql\Connection $connection): int {} argument
833 function pg_connection_reset(PgSql\Connection $connection): bool {} argument
835 function pg_cancel_query(PgSql\Connection $connection): bool {} argument
837 function pg_connection_busy(PgSql\Connection $connection): bool {} argument
839 function pg_send_query(PgSql\Connection $connection, string $query): int|bool {} argument
841 …function pg_send_query_params(PgSql\Connection $connection, string $query, array $params): int|boo… argument
843 …function pg_send_prepare(PgSql\Connection $connection, string $statement_name, string $query): int… argument
845 …function pg_send_execute(PgSql\Connection $connection, string $statement_name, array $params): int… argument
848 function pg_get_result(PgSql\Connection $connection): PgSql\Result|false {} argument
857 function pg_get_notify(PgSql\Connection $connection, int $mode = PGSQL_ASSOC): array|false {} argument
859 function pg_get_pid(PgSql\Connection $connection): int {} argument
865 function pg_socket(PgSql\Connection $connection) {} argument
867 function pg_consume_input(PgSql\Connection $connection): bool {} argument
869 function pg_flush(PgSql\Connection $connection): int|bool {} argument
875 …function pg_meta_data(PgSql\Connection $connection, string $table_name, bool $extended = false): a… argument
881 …function pg_convert(PgSql\Connection $connection, string $table_name, array $values, int $flags = … argument
884 …function pg_insert(PgSql\Connection $connection, string $table_name, array $values, int $flags = P… argument
887 …function pg_update(PgSql\Connection $connection, string $table_name, array $values, array $conditi… argument
890 …function pg_delete(PgSql\Connection $connection, string $table_name, array $conditions, int $flags… argument
896 …function pg_select(PgSql\Connection $connection, string $table_name, array $conditions, int $flags… argument