The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution- DBI::DBD - Perl DBI Database Driver Writer's Guide
DBD::Oracle is a Perl module which works with the DBI module to provide access to Oracle databases. This documentation describes driver specific behaviour and restrictions. It is not supposed to be used as the only reference for the user. In any case...
MJEVANS/DBD-Oracle-1.80 - 25 Jul 2019 14:19:36 UTC - Search in distribution- DBD::Oracle::Troubleshooting::Hpux - Tips and Hints to Troubleshoot DBD::Oracle on HP-UX
- DBD::Oracle::Troubleshooting::Macos - Tips and Hints to Troubleshoot DBD::Oracle on MacOs
- DBD::Oracle::Troubleshooting::Win32 - Tips and Hints to Troubleshoot DBD::Oracle on Win32
- 9 more results from DBD-Oracle »
NOTE: the use of *Oraperl* is deprecated in favor of DBD::Oracle, and currently exist only as a backward compatible interface for this module. Oraperl is an extension to Perl which allows access to Oracle databases. The original oraperl was a Perl 4 ...
PYTHIAN/Oraperl-1.51 - 03 May 2013 19:55:15 UTC - Search in distributionThe DBD::ADO module supports ADO access on a Win32 machine. DBD::ADO is written to support the standard DBI interface to data sources....
SGOELDNER/DBD-ADO-2.99 - 22 Mar 2011 10:21:08 UTC - Search in distributionThis utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines tha...
BINGOS/ExtUtils-MakeMaker-7.46 - 23 Jun 2020 10:14:10 UTC - Search in distributionSQLite do not have all the SQL functions that Oracle and other RDBMSs have. Using "SQLite::More" makes more of those functions available to user SQL statements. SQLite::More uses the class function "sqlite_create_function()" of DBD::SQLite, which is ...
KJETIL/SQLite-More-0.10 - 06 Nov 2010 04:14:09 UTC - Search in distributionJIRA::Client::Automated is an adapter between any automated system and JIRA's REST API. This module is explicitly designed to easily create and close issues within a JIRA instance via automated scripts. For example, if you run nightly batch jobs, you...
FRIMICC/JIRA-Client-Automated-1.9 - 08 Jan 2020 17:37:53 UTC - Search in distributionNOTE: This is alpha code and liable to change while it and Test::WriteVariants mature. The tumble() method calls a sequence of 'provider' code references each of which returns a hash. The first provider is called and then, for each hash item it retur...
REHSACK/Data-Tumbler-0.010 - 27 Mar 2015 08:12:02 UTC - Search in distributionThis module provides a safe method of timing out DBI requests. An unsafe method is described in the DBI docs: http://search.cpan.org/~timb/DBI/DBI.pm#Signal_Handling_and_Canceling_Operations The problem with using POSIX sigaction() (the method descri...
SAMTREGAR/DBIx-Timeout-1.01 - 19 Sep 2006 19:57:18 UTC - Search in distributionTest::WriteVariants is a utility to create variants of a common test. Given the situation - like in DBI where some tests are the same for DBI::SQL::Nano and it's drop-in replacement SQL::Statement. Or a distribution duo having a Pure-Perl and an XS v...
REHSACK/Test-WriteVariants-0.014 - 01 Aug 2017 16:44:23 UTC - Search in distributionConfig::DBI is a module based on 2 years of developing and using DBIx::Connect. For most usage, DBIx::Connect was fine. However two principal issues began to loom with continued usage. First, AppConfig is very hard to use and understand. So maintenan...
TBONE/Config-DBI-1.8 - 20 Nov 2004 05:48:33 UTC - Search in distributionDBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, unique constraints and relationships. See dbicdump for the "dbicdump" utility. DBIx::Class:...
ILMARI/DBIx-Class-Schema-Loader-0.07049 - 21 Mar 2018 13:47:51 UTC - Search in distributionA logging role building a very lightweight wrapper to Log::Log4perl for use with your Moose or Moo classes. The initialization of the Log4perl instance must be performed prior to logging the first log message. Otherwise the default initialization wil...
LAMMEL/MooseX-Log-Log4perl-0.47 - 08 Dec 2015 22:02:16 UTC - Search in distribution本章主要描述如何成为一个 CPAN 贡献者 您有一个非常好的模块,您想与整个 Perl 社区分享。最好的方式是将您的模块上传到 CPAN,本章将描述如何打包,上传您的模块和一些 CPAN 社区约定俗成的惯例。 PAUSE 上传模块到 CPAN 之前,您首先需要到 PAUSE <http://pause.perl.org/> 申请一个帐号。通常帐号会在一周之内被批准(因为是志愿者自愿维护和批准整个 PAUSE 网站,所以有点慢)。 上传模块将在您通过帐号批准之后,登录 PAUSE 网站,然后点击左...
FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distributionThis bundle includes all the modules used by the Perl Database Interface (DBI) driver for DB2 (DBD::DB2), assuming the use of DBI version 1.21 or later, created by Tim Bunce. If you've not previously used the CPAN module to install any bundles, you w...
IBMTORDB2/DBD-DB2-1.85 - 10 Oct 2012 08:20:30 UTC - Search in distributionThis bundle includes all the modules used by the Perl Database Interface (DBI) driver for Driver (DBD::JDBC), assuming the use of DBI version 1.47 or later, created by Tim Bunce. If you've not previously used the CPAN module to install any bundles, y...
VIZDOM/DBD-JDBC-0.71 - 05 Feb 2009 01:21:11 UTC - Search in distributionThis bundle includes all the modules used by the Perl Database Interface (DBI) driver for Informix (DBD::Informix), assuming the use of DBI version 1.02 or later, created by Tim Bunce. If you've not previously used the CPAN module to install any bund...
JOHNL/DBD-Informix-2018.1031 - 31 Oct 2018 04:04:59 UTC - Search in distributionSince 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 distributionThis bundle includes all the modules used by the Perl Database Interface (DBI) driver for Driver (DBD::Yaswi), 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, ...
SALVA/DBD-Yaswi-0.01 - 22 Feb 2005 00:46:45 UTC - Search in distributionProvides a base class implementing the common abstractions. Other providers should extend this class and override methods as desired. There are a few core concepts used for the execute, and query methods. They are query A string containing a sql stat...
LTHEISEN/Footprintless-Plugin-Database-1.06 - 31 Jan 2018 01:32:19 UTC - Search in distribution