Search results for "DBD::"
DBD::PassThrough - Pass through DBD
DBD::PassThrough is a proxy module betwen DSN to $dbh. You can pass a existed $dbh as a new DBI connection's atribute. THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE....
TOKUHIROM/DBD-PassThrough-0.02 - 10 Dec 2012 05:00:04 UTC - Search in distribution
DBD::SQLAnywhere - SQLAnywhere database driver for DBI
DBD::SQLAnywhere is a Perl database driver (DBD) module that works with the DBI module to provide access to Sybase SQL Anywhere databases. Connecting to SQL Anywhere If you are not already familiar with SQL Anywhere connection parameters, please refe...
SMIRNIOS/DBD-SQLAnywhere-2.13 - 14 May 2015 17:51:07 UTC - Search in distribution
DBD::SearchServer - PCDOCS/Fulcrum SearchServer database driver for the DBI module
DBD::SearchServer is a Perl module which works with the DBI module to provide access to PCDOCS/Fulcrum SearchServer data sources. This module was named DBD::Fulcrum until March 1999....
SHARI/DBD-SearchServer-0.21 - 05 Mar 1999 09:10:01 UTC - Search in distribution
DBD::mysqlPPrawSjis - Pure Perl MySQL driver for raw ShiftJIS
DBD::mysqlPPrawSjis is a Pure Perl client interface for the MySQL database. This module implements network protool between server and client of MySQL, thus you don't need external MySQL client library like libmysqlclient for this module to work. It m...
INA/DBD-mysqlPPrawSjis-0.16 - 15 Jul 2019 03:55:20 UTC - Search in distribution
Bio::DB::DBD - DESCRIPTION of Interface
Describe the interface here...
CJFIELDS/BioPerl-DB-1.006900 - 15 Apr 2011 19:35:57 UTC - Search in distribution- Bio::DB::BioSQL::BaseDriver - DESCRIPTION of Object
- Bio::DB::BioSQL::BasePersistenceAdaptor - DESCRIPTION of Object
Tie::Hash::DBD - tie a plain hash to a database table
This module has been created to act as a drop-in replacement for modules that tie straight perl hashes to disk, like "DB_File". When the running system does not have enough memory to hold large hashes, and disk-tieing won't work because there is not ...
HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC - Search in distribution- Tie::Array::DBD - tie a plain array to a database table
Bundle::DBD::PO - A bundle to install all DBD::PO related modules
This bundle includes all the modules used by the Perl Database Interface (DBI) driver for PO-Files (DBD::PO), assuming the use of DBI version 1.13 or later, created by Tim Bunce. If you've not previously used the CPAN module to install any bundles, y...
STEFFENW/Bundle-DBD-PO-2.10 - 24 Jan 2010 13:50:10 UTC - Search in distribution
AnyEvent::DBD::Pg - AnyEvent interface to DBD::Pg's async interface
MONS/AnyEvent-DBD-Pg-0.03
-
30 Nov 2010 16:37:20 UTC
-
Search in distribution
DBIx::DBSchema::DBD - DBIx::DBSchema Driver Writer's Guide and Base Class
Drivers should be named DBIx::DBSchema::DBD::DatabaseName, where DatabaseName is the same as the DBD:: driver for this database. Drivers should implement the following class methods: columns CLASS DBI_DBH TABLE Given an active DBI database handle, re...
IVAN/DBIx-DBSchema-0.47 - 07 Sep 2022 23:42:13 UTC - Search in distribution- DBIx::DBSchema::DBD::Pg - PostgreSQL native driver for DBIx::DBSchema
- DBIx::DBSchema::DBD::mysql - MySQL native driver for DBIx::DBSchema
- DBIx::DBSchema::DBD::Sybase - Sybase database driver for DBIx::DBSchema
- 5 more results from DBIx-DBSchema »
DBIx::TextIndex::DBD - Base class for database-specific SQL drivers
This module is a base class for creating database drivers that encapsulate SQL calls specific to a given database. Restricted Methods "add_mask" "collection_count" "create_all_docs_vector_table" "create_collection_table" "create_delete_queue_table" "...
DKOCH/DBIx-TextIndex-0.28 - 22 Apr 2008 16:30:27 UTC - Search in distribution- DBIx::TextIndex::DBD::Pg - Driver for PostgreSQL
- DBIx::TextIndex::DBD::mysql - Driver for MySQL
- DBIx::TextIndex::DBD::SQLite - Driver for SQLite
DBD::mysql::AutoTypes - automatically assign parameters' sql type to support old DBD::mysql functionality
Since version 2.9002 DBD::mysql requires explicit sql type for query parameters. You should change the tonnes of $dbh->selectall_arrayref() to the ugly "prepare - bind - execute - fetch" pipeline. This module is provided to solve the problem. You hav...
GRISHACE/DBD-mysql-AutoTypes-1.0 - 02 Mar 2004 11:03:39 UTC - Search in distribution
Module::Build::DBD::Pg - PostgreSQL specifics for Module::Build::DB
This module contains a number of class methods called by Module::Build::DB to handle PostgreSQL specific tasks when detecting, building, and updating a database. Methods All methods are class methods. "get_client()" my $client = Module::Build::DBD::P...
DWHEELER/Module-Build-DB-0.10 - 08 Oct 2010 02:29:50 UTC - Search in distribution- Module::Build::DBD::mysql - MySQL specifics for Module::Build::DBD
- Module::Build::DBD::SQLite - SQLite specifics for Module::Build::DB
dbd-oracle-timeout.pod - test timing out DBD-Oracle operations with Sys::SigAction
If you are implementing a real-time service, your software must be both responsive, and well behaved from a resource utilization perspective. It is imperative that no operation take a long time to complete, and that resources are quickly freed, so th...
LBAXTER/Sys-SigAction-0.23 - 11 Sep 2016 01:18:45 UTC - Search in distribution- Sys::SigAction - Perl extension for Consistent Signal Handling
DBD::mysql::SimpleMySQL - A simple interface to DBD::mysql
DBD::mysql::SimpleMySQL is an extention of the DBI mysql driver. It simplifies getting the data you want out of your DB. I wrote it because I found that everytime I put together a DBI based app I ended up writing these functions anyway....
LINNIN/DBD-mysql-SimpleMySQL-0.5 - 28 Apr 2004 20:39:43 UTC - Search in distribution
DBD::SQLite::Amalgamation - Single C-file based DBD::SQLite distribution
This module is nothing but a stub for an experimental way to distribute Matt Sergeant's DBD::SQLite, using the concatenated C files (the *amalgamation*) as provided by the SQLite Consortium. As of version 3.5.8, the "FTS3" full-text search engine is ...
AUDREYT/DBD-SQLite-Amalgamation-3.6.1.2 - 16 Aug 2008 14:52:55 UTC - Search in distribution
DBD::Gofer::Transport::http - DBD::Gofer client transport using http
Connect with DBI::Gofer servers that use http transports, i.e., DBI::Gofer::Transport::mod_perl. This module currently uses the LWP::UserAgent and HTTP::Request modules to manage the http protocol. The default timeout is undef (unlimited). The LWP::U...
TIMB/GoferTransport-http-1.017 - 12 Sep 2008 12:25:33 UTC - Search in distribution
DBD::SQLite::FTS3Transitional - helper function for migrating FTS3 applications
Starting from version 1.31, "DBD::SQLite" uses the new, recommended "Enhanced Query Syntax" for binary set operators in fulltext FTS3 queries (AND, OR, NOT, possibly nested with parenthesis). Previous versions of "DBD::SQLite" used the "Standard Quer...
DAMI/DBD-SQLite-FTS3Transitional-1.00 - 07 Sep 2010 22:49:41 UTC - Search in distribution
DBD::SQLite::BundledExtensions - Provide a series of C extensions for DBD::SQLite and some helper functions to load them
SIMCOP/Alien-DBD-SQLite-BundledExtensions-0.001
-
29 Dec 2016 19:13:39 UTC
-
Search in distribution
- Alien::DBD::SQLite::BundledExtensions - builds a series of SQLite extensions provided with the SQLite source to be compatible with DBD::SQLite
DBD::SQLite::BundledExtensions - Provide a series of C extensions for DBD::SQLite and some helper functions to load them
SIMCOP/DBD-SQLite-BundledExtensions-0.003
-
20 Jul 2020 15:07:20 UTC
-
Search in distribution
- Alien::DBD::SQLite::BundledExtesions - builds a series of SQLite extensions provided with the SQLite source to be compatible with DBD::SQLite
Data::ObjectDriver::Driver::DBD - base class for database drivers
*Data::ObjectDriver::Driver::DBD* is the base class for *database* drivers. Database drivers handle the peculiarities of specific database servers to provide an abstract API to the *object* drivers. While database drivers operate on queries and datab...
SIXAPART/Data-ObjectDriver-0.22 - 01 Feb 2023 05:19:05 UTC - Search in distribution- Data::ObjectDriver::Driver::DBD::Oracle - Oracle Driver for Data::ObjectDriver
- Data::ObjectDriver::Driver::DBD::SQLite - SQLite driver
- lib/Data/ObjectDriver/Driver/DBD/Pg.pm
- 4 more results from Data-ObjectDriver »