Search results for "DBD::"

DBD::PassThrough - Pass through DBD River stage one • 1 direct dependent • 1 total dependent

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

Describe the interface here...

CJFIELDS/BioPerl-DB-1.006900 - 15 Apr 2011 19:35:57 UTC - Search in distribution

Tie::Hash::DBD - tie a plain hash to a database table River stage zero No dependents

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

Bundle::DBD::PO - A bundle to install all DBD::PO related modules River stage zero No dependents

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 River stage zero No dependents

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 River stage two • 4 direct dependents • 13 total dependents

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::TextIndex::DBD - Base class for database-specific SQL drivers River stage zero No dependents

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

DBD::mysql::AutoTypes - automatically assign parameters' sql type to support old DBD::mysql functionality River stage zero No dependents

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 River stage zero No dependents

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

dbd-oracle-timeout.pod - test timing out DBD-Oracle operations with Sys::SigAction River stage two • 14 direct dependents • 27 total dependents

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

DBD::mysql::SimpleMySQL - A simple interface to DBD::mysql River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

SIMCOP/Alien-DBD-SQLite-BundledExtensions-0.001 - 29 Dec 2016 19:13:39 UTC - Search in distribution

DBD::SQLite::BundledExtensions - Provide a series of C extensions for DBD::SQLite and some helper functions to load them River stage zero No dependents

SIMCOP/DBD-SQLite-BundledExtensions-0.003 - 20 Jul 2020 15:07:20 UTC - Search in distribution

Data::ObjectDriver::Driver::DBD - base class for database drivers River stage one • 4 direct dependents • 9 total dependents

*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
786 results (0.297 seconds)