PAB3 :: db :: treiber :: postgres

PAB3 :: db :: treiber :: postgres ist ein Perl5-Wrapper mit dem PGSQL-Biarary und -treiber für die PAB3 :: dB-Klasse.
Jetzt downloaden

PAB3 :: db :: treiber :: postgres Ranking & Zusammenfassung

Anzeige

  • Rating:
  • Lizenz:
  • Perl Artistic License
  • Preis:
  • FREE
  • Name des Herausgebers:
  • Christian Mueller
  • Website des Verlags:
  • http://search.cpan.org/~chrmue/PAB3-3.1.5/xs/PAB3/Crypt/XOR/XOR.pm

PAB3 :: db :: treiber :: postgres Stichworte


PAB3 :: db :: treiber :: postgres Beschreibung

PAB3 :: DB :: Treiber :: Postgres ist ein Perl5 Wrapper zum pgsql libary und Treiber für die pAB3 :: DB-Klasse. PAB3 :: DB :: :: Postgres Treiber ist ein Perl5 wrapper zum pgsql Libary und Treiber für den pAB3 :: DB class.synopsis Verwendung pAB3 :: DB :: :: Postgres Treiber; # Funktionen und Konstanten sind standardmäßig $ linkid = pg_connect () ausgeführt werden; $ Linkid = pg_connect ($ Server); $ Linkid = pg_connect ($ Server, $ user); $ Linkid = pg_connect ($ Server, $ user, $ auth); $ Linkid = pg_connect ($ Server, $ user, $ auth, $ db); $ Linkid = pg_connect ($ Server, $ user, $ auth, $ db, $ client_flag); $ Resid = pg_query ($ statement); $ Resid = pg_query ($ linkid, $ statement); $ Stmtid = pg_prepare ($ statement); $ Stmtid = pg_prepare ($ linkid, $ statement); $ Rv = pg_bind_param ($ stmtid, $ p_num); $ Rv = pg_bind_param ($ stmtid, $ p_num, $ value); $ Rv = pg_bind_param ($ stmtid, $ p_num, $ value, $ type); $ Stmtid = $ resid = pg_execute ($ stmtid); $ Stmtid = $ resid = pg_execute ($ stmtid, @bind_values); @row = pg_fetch_row ($ resid); @row = pg_fetch_row ($ stmtid); @row = pg_fetch_array ($ resid); @row = pg_fetch_array ($ stmtid); @col = pg_fetch_col ($ resid); @col = pg_fetch_col ($ stmtid); % Row = pg_fetch_hash ($ resid); % Row = pg_fetch_hash ($ stmtid); @names = pg_fetch_names ($ resid); @names = pg_fetch_names ($ stmtid); @lengths = pg_fetch_lengths ($ resid); @lengths = pg_fetch_lengths ($ stmtid); $ Num_rows = pg_num_rows ($ resid); $ Num_rows = pg_num_rows ($ stmtid); $ Row_index = pg_row_tell ($ resid); $ Row_index = pg_row_tell ($ stmtid); pg_row_seek ($ resid, $ row_index); pg_row_seek ($ stmtid, $ row_index); $ num_fields = pg_num_fields ($ resid); $ num_fields = pg_num_fields ($ stmtid); % Bereich = pg_fetch_field ($ resid); % Field = pg_fetch_field ($ resid, Offset- $); % Bereich = pg_fetch_field ($ stmtid); % Field = pg_fetch_field ($ stmtid, Offset- $); $ Field_index = pg_field_tell ($ resid); $ Field_index = pg_field_tell ($ stmtid); $ H = pg_field_seek ($ resid); $ H = pg_field_seek ($ resid, $ offset); $ H = pg_field_seek ($ stmtid); $ H = pg_field_seek ($ stmtid, $ offset); pg_free_result ($ resid); pg_free_result ($ stmtid); $ Affected_rows = pg_affected_rows (); $ Affected_rows = pg_affected_rows ($ linkid); $ Affected_rows = pg_affected_rows ($ stmtid); $ Id = pg_insert_id ($ Feld, $ table); $ Id = pg_insert_id ($ Feld, $ table, $ Schema); $ Id = pg_insert_id ($ linkid, $ Feld, $ table); $ Id = pg_insert_id ($ linkid, $ Feld, $ table, $ Schema); $ Id = pg_insert_id ($ stmtid, $ Feld, $ table); $ Id = pg_insert_id ($ stmtid, $ Feld, $ table, $ Schema); $ H = pg_set_charset ($ charset); $ H = pg_set_charset ($ linkid, $ charset); $ Charset = pg_get_charset (); $ Charset = pg_get_charset ($ linkid); $ Zitierte = pg_quote ($ str); $ Zitierte = pg_quote_id (...); pg_auto_commit ($ mode); pg_auto_commit ($ linkid, $ mode); pg_begin_work (); pg_begin_work ($ linkid); pg_commit (); pg_commit ($ linkid); pg_rollback (); pg_rollback ($ linkid); $ Str = pg_error (); $ Str = pg_error ($ linkid); pg_close (); pg_close ($ linkid); pg_close ($ stmtid); pg_close ($ resid); pAB3 :: DB :: Treiber :: Postgres bietet eine Schnittstelle zu der pgsql library.This Modul THREAD sein sollte, aber: Wenn Sie Threads zu planen, sollten Sie eigene Verbindungen in jedem Thread verwenden. Es ist nie die gleiche Verbindung in zwei oder mehr threads.Under ModPerl oder Perlex Umgebung mehrere Skripte zu verwenden, sicheren Zugriff auf die gleiche Instanz des Perl-Interpreter in Anspruch nehmen. Alle Funktionen sind Thread-Lokal aber global für die Dolmetscher! Wenn Sie mit verschiedenen Verbindungen in Ihrer Skripts planen, die auf den gleichen Interpreter zugreifen können Sie explizit $ linkid in allen erwarteten Funktionen einstellen sollten. Alternativ können Sie die pAB3 verwenden :: DB-Klasse. Es kümmert sich um sie von selbst aus. Anforderungen: · Perl.


PAB3 :: db :: treiber :: postgres Zugehörige Software