The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:DBIx::Connector::Driver"

DBIx::Connector::Driver - Database-specific connection interface River stage three • 29 direct dependents • 138 total dependents

Some of the things that DBIx::Connector does are implemented differently by different drivers, or the official interface provided by the DBI may not be implemented for a particular driver. The driver-specific code therefore is encapsulated in this se...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Driver::Pg - PostgreSQL-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides PostgreSQL-specific implementations of the following methods: "savepoint" "release" "rollback_to" NOTE: Due to a bug <https://rt.cpan.org/Ticket/Display.html?id=100648> in the implementation of DBD::P...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Driver::mysql - MySQL-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides MySQL-specific implementations of the following methods: "savepoint" "release" "rollback_to" It also modifies the connection attributes as follows: "mysql_auto_reconnect" Will always be set to false. ...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Driver::MSSQL - Microsoft SQL Server-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides Microsoft SQL server-specific implementations of the following methods: "savepoint" "release" "rollback_to"...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Driver::Oracle - Oracle-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides Oracle-specific implementations of the following methods: "ping" "savepoint" "release" "rollback_to"...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Driver::SQLite - SQLite-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides SQLite-specific implementations of the following methods: "savepoint" "release" "rollback_to" Note that they only work with SQLite 3.6.8 or higher; older versions of SQLite will fallback on the except...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::Connector::Driver::Firebird - Firebird-specific connection interface River stage three • 29 direct dependents • 138 total dependents

This subclass of DBIx::Connector::Driver provides Firebird-specific implementations of the following methods: "savepoint" "release" "rollback_to"...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::DBH - helper for DBI connection( data)? River stage zero No dependents

TBONE/DBIx-DBH-1.0 - 05 Jul 2011 20:29:06 UTC

DBIx::TxnPool - Massive SQL updates by means of transactions with the deadlock & signal solution River stage zero No dependents

If you need massive quickly updates or inserts into InnoDB database - this module for you! It helps to wrap some SQL manipulation statements to one transaction and has the deadlock and signal solution....

PERLOVER/DBIx-TxnPool-0.12 - 26 Nov 2015 09:58:15 UTC

DBIx::ParseDSN - Parse DSN's, DBI connection strings. River stage zero No dependents

Exports parse_dsn that parses a DSN. It returns a DBIx::ParseDSN::Default that has attributes from the dsn. This module looks for parser classes of the form DBIx::ParseDSN::Foo, where Foo literally matches the DSN driver, ie the 2nd part of the DSN s...

TORBJORN/DBIx-ParseDSN-v0.9.3 - 01 Mar 2014 13:47:13 UTC

DBIx::Connector - Fast, safe DBI connection and transaction management River stage three • 29 direct dependents • 138 total dependents

DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query. The efficient thing ...

ARISTOTLE/DBIx-Connector-0.59 - 02 Jul 2023 10:50:48 UTC

DBIx::DBH::Legacy - legacy helper for DBI connection data (form dsn, etc) River stage zero No dependents

TBONE/DBIx-DBH-1.0 - 05 Jul 2011 20:29:06 UTC

DBIx::Simple::Inject - Injects DBIx::Simple methods into DBI River stage zero No dependents

DBIx::Simple::Inject is-a DBI::db. This module injects DBIx::Simple power into DBI itself. So you can use this module directly or via "RootClass". use DBIx::Simple::Inject; my $dbh = DBIx::Simple::Inject->connect( ... ); or use DBI; my $dbh = DBI->co...

TOMITA/DBIx-Simple-Inject-0.04 - 27 Oct 2012 08:33:53 UTC

DBIx::PgLink::Adapter - DBI wrapper for DBIx::PgLink suite River stage zero No dependents

Class wraps DBI database handle and provides base for further extending. Used Moose object system. Extending Extending can be made by subclassing for specific data source type and/or by adding roles. Subclasses of "DBIx::PgLink::Adapter" may implemen...

ASVBR/DBIx-PgLink-0.01 - 27 Dec 2007 09:11:40 UTC

DBIx::BlackBox::Driver - base class for database drivers. River stage zero No dependents

AJGB/DBIx-BlackBox-0.02 - 27 May 2010 09:46:37 UTC
15 results (0.053 seconds)