Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/bin/pg_dump/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 961 B image not shown  

Quelle  connectdb.h

  Sprache: C
 

/*-------------------------------------------------------------------------
 *
 * connectdb.h
 *      Common header file for connection to the database.
 *
 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * IDENTIFICATION
 *    src/bin/pg_dump/connectdb.h
 *
 *-------------------------------------------------------------------------
 */

#ifndef CONNECTDB_H
#define CONNECTDB_H

#include "pg_backup.h"
#include "pg_backup_utils.h"

extern PGconn *ConnectDatabase(const char *dbname, const char *connection_string, const char *pghost,
          const char *pgport, const char *pguser,
          trivalue prompt_password, bool fail_on_error,
          const char *progname, const char **connstr, int *server_version,
          char *password, char *override_dbname);
extern PGresult *executeQuery(PGconn *conn, const char *query);
#endif       /* CONNECTDB_H */

Messung V0.5 in Prozent
C=93 H=100 G=96

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.