DBIx::Abstract
Wrapper for DBI that generates SQL |
DBIx::AbstractLite
Lightweight DBI SQL abstraction in a hybrid interface |
DBIx::AbstractStatement
SQL command kept together with the bindings |
DBIx::Admin::BackupRestore
Access to primary and foreign keys, etc |
DBIx::Admin::CreateTable
DB-independent create table syntax |
DBIx::Admin::DSNManager
|
DBIx::Admin::TableInfo
Access to primary and foreign keys, etc |
DBIx::AnyDBD
Module to make cross db applications easier |
DBIx::Array
This module is a wrapper around DBI with array interfaces |
DBIx::Array::Export
This modules extends DBIx::Array with convenient export functions |
DBIx::AutoReconnect
restart DBI calls after reconnecting on failure |
DBIx::BabelKit
Multilingual Code Description Lookup Table |
DBIx::bind_param_inline
list variables in $dbh->prepare method instead of calling $sth->bind_param |
DBIx::BlackBox
access database with stored procedures only |
DBIx::BlackBox::Driver
base class for database drivers. |
DBIx::BlackBox::Driver::Sybase
Sybase database driver. |
DBIx::BlackBox::Procedure
role consumed by procedure classes. |
DBIx::BlackBox::Result
result of executed stored procedure. |
DBIx::BLOB::Handle
Read Database Large Object Binaries from file handles |
DBIx::Broker
a little layer somewhere between top-level code and raw DBI calls |
DBIx::Browse
A class to browse related tables via CGI/Web |
DBIx::Browse::CGI
Perl extension to browse tables with a CGI interface. |
DBIx::BulkLoader::Mysql
Bulk loader for DBI/DBD::mysql |
DBIx::CGI
Easy to Use DBI interface for CGI scripts |
DBIx::CGITables
Easy DB access from a CGI |
DBIx::Changeset
Discrete management for database changes. |
DBIx::Changeset::App
Main App File to the command line app |
DBIx::Changeset::App::BaseCommand
Base module for the command line app commands |
DBIx::Changeset::App::Command::applied
show the changeset history record db |
DBIx::Changeset::App::Command::bootstrap
set up the changeset history record db |
DBIx::Changeset::App::Command::compare
display a list of outstanding changesets |
DBIx::Changeset::App::Command::create
command module used to create a new blank changeset |
DBIx::Changeset::App::Command::update
display a list of outstanding changesets |
DBIx::Changeset::App::Command::version
display version information |
DBIx::Changeset::Collection
Factory Interface to objects to load changesets into the database |
DBIx::Changeset::Collection::Disk
Read changeset files from the disk |
DBIx::Changeset::Exception
|
DBIx::Changeset::History
Object to query the changeset record log |
DBIx::Changeset::HistoryRecord
Object to query a changeset record log entry |
DBIx::Changeset::Loader
|
DBIx::Changeset::Loader::Mysql
Mysql factory object for loading changesets into a mysql database |
DBIx::Changeset::Loader::Pg
factory object for loading changesets into a PostgreSQL database |
DBIx::Changeset::Record
Factory Interface to changeset files |
DBIx::Changeset::Record::Disk
Read changeset files from the disk |
DBIx::Chart
extends DBI & SQL w/ charting capabilities |
DBIx::CheckConnectivity
util to check database's connectivity |
DBIx::CheckConnectivity::Driver
|
DBIx::CheckConnectivity::Driver::mysql
|
DBIx::CheckConnectivity::Driver::Oracle
|
DBIx::CheckConnectivity::Driver::Pg
|
DBIx::CheckConnectivity::Driver::SQLite
|
DBIx::Class
Extensible and flexible object <-> relational mapper. |
DBIx::Class::AccessorGroup
See Class::Accessor::Grouped |
DBIx::Class::Admin
Administration object for schemas |
DBIx::Class::AsFdat
like CDBI::Plugin::AsFdat. |
DBIx::Class::BitField
Store multiple boolean fields in one integer field |
DBIx::Class::Candy
Sugar for your favorite ORM, DBIx::Class |
DBIx::Class::Candy::Exports
Create sugar for your favorite ORM, DBIx::Class |
DBIx::Class::CDBICompat
Class::DBI Compatibility layer. |
DBIx::Class::CompressColumns
Compresses and Decompresses Data into a DB |
DBIx::Class::Core
Core set of DBIx::Class modules |
DBIx::Class::Cursor
Abstract object representing a query cursor on a |
DBIx::Class::Cursor::Cached
cursor class with built-in caching support |
DBIx::Class::CustomPrefetch
Custom prefetches for DBIx::Class |
DBIx::Class::DateTime::Epoch
Automatic inflation/deflation of epoch-based columns to/from DateTime objects |
DBIx::Class::DB
(DEPRECATED) classdata schema component |
DBIx::Class::DeleteAction
Define delete triggers |
DBIx::Class::DeploymentHandler
Extensible DBIx::Class deployment |
DBIx::Class::DeploymentHandler::Dad
Parent class for DeploymentHandlers |
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator
Manage your SQL and Perl migrations in nicely laid out directories |
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated
(DEPRECATED) Use this if you are stuck in the past |
DBIx::Class::DeploymentHandler::Deprecated
(DEPRECATED) Use this if you are stuck in the past |
DBIx::Class::DeploymentHandler::HandlesDeploy
Interface for deploy methods |
DBIx::Class::DeploymentHandler::HandlesVersioning
Interface for version methods |
DBIx::Class::DeploymentHandler::HandlesVersionStorage
Interface for version storage methods |
DBIx::Class::DeploymentHandler::Logger
|
DBIx::Class::DeploymentHandler::Types
Types internal to DBIx::Class::DeploymentHandler |
DBIx::Class::DeploymentHandler::VersionHandler::DatabaseToSchemaVersions
Go straight from Database to Schema version |
DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions
Define your own list of versions to use for migrations |
DBIx::Class::DeploymentHandler::VersionHandler::Monotonic
Obvious version progressions |
DBIx::Class::DeploymentHandler::VersionStorage::Deprecated
(DEPRECATED) Use this if you are stuck in the past |
DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::Component
(DEPRECATED) Attach this component to your schema to ensure you stay up to date |
DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::VersionResult
(DEPRECATED) The old way to store versions in the database |
DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::VersionResultSet
(DEPRECATED) Predefined searches to find what you want from the version storage |
DBIx::Class::DeploymentHandler::VersionStorage::Standard
Version storage that does the normal stuff |
DBIx::Class::DeploymentHandler::VersionStorage::Standard::Component
Attach this component to your schema to ensure you stay up to date |
DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResult
The typical way to store versions in the database |
DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResultSet
Predefined searches to find what you want from the version storage |
DBIx::Class::DeploymentHandler::WithApplicatorDumple
|
DBIx::Class::DeploymentHandler::WithReasonableDefaults
Make default arguments to a few methods sensible |
DBIx::Class::DigestColumns
Automatic digest columns |
DBIx::Class::DigestColumns::Lite
easy to use Digest Value for DBIx::Class |
DBIx::Class::DynamicDefault
Automatically set and update fields |
DBIx::Class::DynamicSubclass
Easy usage of dynamic sub classing in DBIC |
DBIx::Class::EasyConf::YAML
DBIx::Class Component for text based |
DBIx::Class::EncodeColumns
Handle column encodings |
DBIx::Class::EncodedColumn
Automatically encode columns |
DBIx::Class::EncodedColumn::Crypt
Encrypt columns using crypt() |
DBIx::Class::EncodedColumn::Crypt::Eksblowfish::Bcrypt
|
DBIx::Class::EncodedColumn::Crypt::OpenPGP
Encrypt columns using Crypt::OpenPGP |
DBIx::Class::EncodedColumn::Digest
|
DBIx::Class::Exception
Exception objects for DBIx::Class |
DBIx::Class::FilterColumn
Automatically convert column data |
DBIx::Class::Fixtures
Dump data and repopulate a database using rules |
DBIx::Class::Fixtures::DBI
|
DBIx::Class::Fixtures::DBI::mysql
|
DBIx::Class::Fixtures::DBI::Pg
|
DBIx::Class::Fixtures::Schema
|
DBIx::Class::ForceUTF8
Force UTF8 (Unicode) flag on columns |
DBIx::Class::FormatColumns
Creates format accessors for you |
DBIx::Class::FormTools
Build forms with multiple interconnected obj |
DBIx::Class::FromSledge
Update or Insert DBIx::Class data using from Sledge |
DBIx::Class::FromValidators
Update or Insert DBIx::Class data from Validators |
DBIx::Class::FrozenColumns
DBIC plugin. Store multiple cols in one |
DBIx::Class::GeomColumns
Filter of geometry columns to access with WKT |
DBIx::Class::Graph
Represent a graph in a relational database using DBIC |
DBIx::Class::Graph::Role::Result
|
DBIx::Class::Graph::Role::ResultSet
|
DBIx::Class::Graph::Wrapper
Subclass of L<Graph> |
DBIx::Class::Helper::IgnoreWantarray
(DEPRECATED) Get rid of search context issues |
DBIx::Class::Helper::JoinTable
(DEPRECATED) Easily set up join tables with DBIx::Class |
DBIx::Class::Helper::Random
(DEPRECATED) Get random rows from a ResultSet |
DBIx::Class::Helper::ResultSet
All the ResultSet Helpers in one place |
DBIx::Class::Helper::ResultSet::AutoRemoveColumns
Automatically remove columns from a ResultSet |
DBIx::Class::Helper::ResultSet::IgnoreWantarray
Get rid of search context issues |
DBIx::Class::Helper::ResultSet::Me
Define predefined searches a more nicely |
DBIx::Class::Helper::ResultSet::Random
Get random rows from a ResultSet |
DBIx::Class::Helper::ResultSet::RemoveColumns
Remove columns from a ResultSet |
DBIx::Class::Helper::ResultSet::ResultClassDWIM
result_class => '::HRI' == WIN |
DBIx::Class::Helper::ResultSet::SetOperations
Do set operations with DBIx::Class |
DBIx::Class::Helper::ResultSet::Union
(DEPRECATED) Get rid of search context issues |
DBIx::Class::Helper::ResultSet::VirtualView
Clean up your SQL namespace (DEPRECATED) |
DBIx::Class::Helper::Row::JoinTable
Easily set up join tables with DBIx::Class |
DBIx::Class::Helper::Row::NumifyGet
Force numeric "context" on numeric columns |
DBIx::Class::Helper::Row::OnColumnChange
Do things when the values of a column change |
DBIx::Class::Helper::Row::RelationshipDWIM
Type less for your relationships! |
DBIx::Class::Helper::Row::StorageValues
Keep track of stored vs in-memory row values |
DBIx::Class::Helper::Row::SubClass
Convenient subclassing with DBIx::Class |
DBIx::Class::Helper::Row::ToJSON
Remove the boilerplate from your TO_JSON functions |
DBIx::Class::Helper::Schema::GenerateSource
Generate sources directly from your Schema |
DBIx::Class::Helper::SubClass
(DEPRECATED) Convenient subclassing with DBIx::Class |
DBIx::Class::Helper::VirtualView
(DEPRECATED) Clean up your SQL namespace |
DBIx::Class::Helpers
Simplify the common case stuff for DBIx::Class. |
DBIx::Class::Helpers::Util
Helper utilities for DBIx::Class components |
DBIx::Class::HTML::FormFu
DEPRECATED - use HTML::FormFu::Model::DBIC instead |
DBIx::Class::HTMLWidget
Like FromForm but with DBIx::Class and HTML::Widget |
DBIx::Class::I18NColumns
Internationalization for DBIx::Class Result class |
DBIx::Class::Indexed
Index data via external indexing facilities. |
DBIx::Class::Indexer
Base class for all indexers compatible with |
DBIx::Class::Indexer::WebService::Lucene
Automatic indexing of DBIx::Class objects via |
DBIx::Class::Indexer::WebService::Solr
Automatic indexing of DBIx::Class objects via WebService::Solr |
DBIx::Class::InflateColumn
Automatically create references from column data |
DBIx::Class::InflateColumn::Authen::Passphrase
Inflate/deflate columns to Authen::Passphrase instances |
DBIx::Class::InflateColumn::BigFloat
Auto-inflate your decimal columns into solid floats |
DBIx::Class::InflateColumn::Boolean
Auto-create boolean objects from columns |
DBIx::Class::InflateColumn::Currency
Auto-create Data::Currency objects from columns. |
DBIx::Class::InflateColumn::DateTime
Auto-create DateTime objects from date and datetime columns. |
DBIx::Class::InflateColumn::DateTime::Duration
Auto create |
DBIx::Class::InflateColumn::File
DEPRECATED (superseded by DBIx::Class::InflateColumn::FS) |
DBIx::Class::InflateColumn::FS
Inflate/deflate columns to Path::Class::File objects |
DBIx::Class::InflateColumn::FS::ResultSet
FS columns resultset class |
DBIx::Class::InflateColumn::IP
Auto-create NetAddr::IP objects from columns. |
DBIx::Class::InflateColumn::ISBN
Auto-create ISBN objects from columns. |
DBIx::Class::InflateColumn::Markup::Unified
Automatically formats a text column |
DBIx::Class::InflateColumn::Object::Enum
Allows a DBIx::Class user to define a Object::Enum column |
DBIx::Class::InflateColumn::Path::Class
|
DBIx::Class::InflateColumn::Serializer
Inflators to serialize data structures for DBIx::Class |
DBIx::Class::InflateColumn::Serializer::JSON
JSON Inflator |
DBIx::Class::InflateColumn::Serializer::Storable
Storable Inflator |
DBIx::Class::InflateColumn::Serializer::YAML
YAML Inflator |
DBIx::Class::InflateColumn::URI
Auto-create URI objects from columns |
DBIx::Class::IntrospectableM2M
Introspect many-to-many shortcuts |
DBIx::Class::Journal
Auditing for tables managed by DBIx::Class |
DBIx::Class::Journal::EvalWrap
Wrap all journal ops with an eval { } |
DBIx::Class::KiokuDB
Refer to L<KiokuDB> objects from L<DBIx::Class> |
DBIx::Class::KiokuDB::EntryProxy
A proxying result class for KiokuDB objects |
DBIx::Class::LibXMLdoc
Create an adjunct "[column]Doc" accessor of a column's data which is automatically parsed into a LibXML documentElement (beta-software). |
DBIx::Class::Loader
Dynamic definition of DBIx::Class sub classes. |
DBIx::Class::Loader::ADO
DBIx::Class::Loader ADO Implementation. |
DBIx::Class::Loader::DB2
DBIx::Class::Loader DB2 Implementation. |
DBIx::Class::Loader::Generic
Generic DBIx::Class::Loader Implementation. |
DBIx::Class::Loader::mysql
DBIx::Class::Loader mysql Implementation. |
DBIx::Class::Loader::Pg
DBIx::Class::Loader Postgres Implementation. |
DBIx::Class::Loader::SQLite
DBIx::Class::Loader SQLite Implementation. |
DBIx::Class::Loader::Writing
Loader subclass writing guide |
DBIx::Class::MooseColumns
Lets you write DBIC add_column() definitions as attribute options |
DBIx::Class::MooseColumns::Meta::Role::Attribute
Attribute metaclass trait for DBIx::Class::MooseColumns |
DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn
Attribute metaclass trait for DBIx::Class::MooseColumns for attributes that are non-inflated DBIC columns |
DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn::Inflated
|
DBIx::Class::Numeric
helper methods for numeric columns |
DBIx::Class::OptimisticLocking
Optimistic locking support for |
DBIx::Class::Optional::Dependencies
Optional module dependency specifications (for module authors) |
DBIx::Class::Ordered
Modify the position of objects in an ordered list. |
DBIx::Class::PassphraseColumn
Automatically hash password/passphrase columns |
DBIx::Class::PhoneticSearch
Phonetic search with DBIC |
DBIx::Class::PK
Primary Key class |
DBIx::Class::PK::Auto
Automatic primary key class |
DBIx::Class::Preview
|
DBIx::Class::ProxyTable
without generating a schema |
DBIx::Class::ProxyTable::AutoCreateTable::mysql
auto create mysql table |
DBIx::Class::ProxyTable::AutoCreateTable::SQLite
auto create sqlite table. |
DBIx::Class::QueriesTime
Get your query's time. |
DBIx::Class::QueryLog
Log queries for later analysis. |
DBIx::Class::QueryLog::Analyzer
Query Analysis |
DBIx::Class::QueryLog::Query
A Query |
DBIx::Class::QueryLog::Transaction
A Transaction |
DBIx::Class::QueryProfiler
DBIx::Class profiler |
DBIx::Class::RandomColumns
Implicit random columns |
DBIx::Class::RandomStringColumns
Implicit random string columns |
DBIx::Class::RDBOHelpers
DBIC compat with Rose::DBx::Object::MoreHelpers |
DBIx::Class::Relationship
Inter-table relationships |
DBIx::Class::Relationship::Base
Inter-table relationships |
DBIx::Class::Relationship::Predicate
Predicates for relationship accessors |
DBIx::Class::Result::ColumnData
Result::ColumnData component for DBIx::Class |
DBIx::Class::Result::ExternalAttribute
The great new DBIx::Class::Result::ExternalAttribute! |
DBIx::Class::Result::ProxyField
Component Result::ProxyField is a component for DBIx::Class object which permit to defined public name for each column object |
DBIx::Class::Result::Validation
DBIx::Class component to manage validation on result object |
DBIx::Class::ResultClass::HashRefInflator
Get raw hashrefs from a resultset |
DBIx::Class::ResultSet
Represents a query used for fetching a set of results. |
DBIx::Class::ResultSet::BitField
|
DBIx::Class::ResultSet::CustomPrefetch
|
DBIx::Class::ResultSet::Data::Pageset
Get a Data::Pageset pager from a resultset |
DBIx::Class::ResultSet::Faceter
Faceting for DBIx::Class ResultSets |
DBIx::Class::ResultSet::Faceter::Facet
A Facet |
DBIx::Class::ResultSet::Faceter::Facet::CodeRef
Faceting via a CodeRef |
DBIx::Class::ResultSet::Faceter::Facet::Column
Simple faceting on a column |
DBIx::Class::ResultSet::Faceter::Facet::HashRef
Faceting on a HashRef |
DBIx::Class::ResultSet::Faceter::Result
|
DBIx::Class::ResultSet::Faceter::Types
|
DBIx::Class::ResultSet::Graph
|
DBIx::Class::ResultSet::HashRef
Adds syntactic sugar to skip the fancy objects |
DBIx::Class::ResultSet::I18NColumns
Internationalization for DBIx::Class ResultSet class |
DBIx::Class::ResultSet::PhoneticSearch
|
DBIx::Class::ResultSet::ProxyField
|
DBIx::Class::ResultSet::RecursiveUpdate
like update_or_create - but recursive |
DBIx::Class::ResultSet::Void
improve DBIx::Class::ResultSet with void context |
DBIx::Class::ResultSet::WithMetaData
|
DBIx::Class::ResultSetColumn
helpful methods for messing |
DBIx::Class::ResultSetManager
scheduled for deletion in 09000 |
DBIx::Class::ResultSource
Result source object |
DBIx::Class::ResultSource::Table
Table object |
DBIx::Class::ResultSource::Table::Preview
|
DBIx::Class::ResultSource::Table::Previewed
|
DBIx::Class::ResultSource::View
ResultSource object representing a view |
DBIx::Class::ResultSourceHandle
Serializable pointers to ResultSource instances |
DBIx::Class::ResultSourceProxy::Table
provides a classdata table |
DBIx::Class::Row
Basic row methods |
DBIx::Class::SaltedPasswords
Salts password columns |
DBIx::Class::Schema
composable schemas |
DBIx::Class::Schema::Config
Manage connection credentials for DBIx::Class::Schema in a file. |
DBIx::Class::Schema::Journal
|
DBIx::Class::Schema::Journal::DB
|
DBIx::Class::Schema::Journal::DB::AuditHistory
|
DBIx::Class::Schema::Journal::DB::AuditLog
|
DBIx::Class::Schema::Journal::DB::ChangeLog
|
DBIx::Class::Schema::Journal::DB::ChangeSet
|
DBIx::Class::Schema::KiokuDB
Hybrid L<KiokuDB>/L<DBIx::Class::Schema> schema |
DBIx::Class::Schema::Loader
Dynamic definition of a DBIx::Class::Schema |
DBIx::Class::Schema::Loader::Base
Base DBIx::Class::Schema::Loader Implementation. |
DBIx::Class::Schema::Loader::DBI
DBIx::Class::Schema::Loader DBI Implementation. |
DBIx::Class::Schema::Loader::DBI::ADO
L<DBD::ADO> proxy |
DBIx::Class::Schema::Loader::DBI::ADO::Microsoft_SQL_Server
ADO wrapper for |
DBIx::Class::Schema::Loader::DBI::ADO::MS_Jet
ADO wrapper for |
DBIx::Class::Schema::Loader::DBI::Component::QuotedDefault
Loader::DBI |
DBIx::Class::Schema::Loader::DBI::DB2
DBIx::Class::Schema::Loader::DBI DB2 Implementation. |
DBIx::Class::Schema::Loader::DBI::Informix
DBIx::Class::Schema::Loader::DBI |
DBIx::Class::Schema::Loader::DBI::InterBase
DBIx::Class::Schema::Loader::DBI |
DBIx::Class::Schema::Loader::DBI::MSSQL
DBIx::Class::Schema::Loader::DBI MSSQL Implementation. |
DBIx::Class::Schema::Loader::DBI::mysql
DBIx::Class::Schema::Loader::DBI mysql Implementation. |
DBIx::Class::Schema::Loader::DBI::ODBC
L<DBD::ODBC> proxy |
DBIx::Class::Schema::Loader::DBI::ODBC::ACCESS
Microsoft Access driver for |
DBIx::Class::Schema::Loader::DBI::ODBC::Firebird
ODBC wrapper for |
DBIx::Class::Schema::Loader::DBI::ODBC::Microsoft_SQL_Server
ODBC wrapper for |
DBIx::Class::Schema::Loader::DBI::ODBC::SQL_Anywhere
ODBC wrapper for |
DBIx::Class::Schema::Loader::DBI::Oracle
DBIx::Class::Schema::Loader::DBI |
DBIx::Class::Schema::Loader::DBI::Pg
DBIx::Class::Schema::Loader::DBI |
DBIx::Class::Schema::Loader::DBI::SQLAnywhere
DBIx::Class::Schema::Loader::DBI |
DBIx::Class::Schema::Loader::DBI::SQLite
DBIx::Class::Schema::Loader::DBI SQLite Implementation. |
DBIx::Class::Schema::Loader::DBI::Sybase
DBIx::Class::Schema::Loader::DBI |
DBIx::Class::Schema::Loader::DBI::Sybase::Common
Common methods for Sybase |
DBIx::Class::Schema::Loader::DBI::Sybase::Microsoft_SQL_Server
Driver for |
DBIx::Class::Schema::Loader::DBI::Writing
Loader subclass writing guide for DBI |
DBIx::Class::Schema::Loader::Optional::Dependencies
Optional module dependency specifications (for module authors) |
DBIx::Class::Schema::Loader::RelBuilder
Builds relationships for DBIx::Class::Schema::Loader |
DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_040
RelBuilder for |
DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_05
RelBuilder for |
DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_06
RelBuilder for |
DBIx::Class::Schema::PopulateMore
An enhanced populate method |
DBIx::Class::Schema::PopulateMore::Command
Command Class to Populate a Schema |
DBIx::Class::Schema::PopulateMore::Inflator
Base Class for keyword Inflators |
DBIx::Class::Schema::PopulateMore::Inflator::Date
Returns A L<DateTime> object |
DBIx::Class::Schema::PopulateMore::Inflator::Env
inflated via the %ENV hash |
DBIx::Class::Schema::PopulateMore::Inflator::Find
Inflate via ResultSet->find |
DBIx::Class::Schema::PopulateMore::Inflator::Index
Coerce DateTime from Strings |
DBIx::Class::Schema::PopulateMore::Visitor
Visitor for the Populate Data |
DBIx::Class::Schema::Preview
|
DBIx::Class::Schema::RestrictWithObject
Automatically restrict resultsets |
DBIx::Class::Schema::RestrictWithObject::RestrictComp::Schema
|
DBIx::Class::Schema::RestrictWithObject::RestrictComp::Source
|
DBIx::Class::Schema::ResultSetAccessors
Short hand ResultSet Accessors |
DBIx::Class::Schema::Slave
L<DBIx::Class::Schema> for slave B<(EXPERIMENTAL)> |
DBIx::Class::Schema::Versioned
DBIx::Class::Schema plugin for Schema upgrades |
DBIx::Class::Serialize::Storable
hooks for Storable nfreeze/thaw |
DBIx::Class::Service
Aggregate DBIC processes between multiple tables. |
DBIx::Class::ServiceManager
Load DBIx::Class::Service objects and create accessor for services. |
DBIx::Class::ServiceProxy
Service proxy class for DBIx::Class::Service |
DBIx::Class::SingletonRows
make database rows returned by DBIx::Class |
DBIx::Class::Snowflake
DBIC comps for star and snowflake schemas |
DBIx::Class::Snowflake::Dimension
Load this for any dimension tables. |
DBIx::Class::Snowflake::Fact
Load this for any fact tables. |
DBIx::Class::Snowflake::ResultSet::Dimension
Custom resultset that allows you to get the attributes of a dimension |
DBIx::Class::Snowflake::ResultSet::Fact
Custom resultset that allows you to get the attributes of a fact |
DBIx::Class::SQLMaker
An SQL::Abstract-based SQL maker class |
DBIx::Class::SQLMaker::LimitDialects
SQL::Abstract::Limit-like functionality for DBIx::Class::SQLMaker |
DBIx::Class::StartupCheck
Run environment checks on startup |
DBIx::Class::Stash
stash for DBIC |
DBIx::Class::Storage
Generic Storage Handler |
DBIx::Class::Storage::DBI
DBI storage handler |
DBIx::Class::Storage::DBI::ACCESS
Support specific to MS Access |
DBIx::Class::Storage::DBI::ADO::Microsoft_SQL_Server
Support for Microsoft |
DBIx::Class::Storage::DBI::ADO::MS_Jet
Support for MS Access over ADO |
DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor
GUID Support for MS Access over |
DBIx::Class::Storage::DBI::AutoCast
Storage component for RDBMS requiring explicit placeholder typing |
DBIx::Class::Storage::DBI::Cursor
Object representing a query cursor on a |
DBIx::Class::Storage::DBI::DB2
IBM DB2 support for DBIx::Class |
DBIx::Class::Storage::DBI::Firebird
Driver for the Firebird RDBMS via |
DBIx::Class::Storage::DBI::Firebird::Common
Driver Base Class for the Firebird RDBMS |
DBIx::Class::Storage::DBI::Informix
Base Storage Class for Informix Support |
DBIx::Class::Storage::DBI::InterBase
Driver for the Firebird RDBMS via |
DBIx::Class::Storage::DBI::MSSQL
Base Class for Microsoft SQL Server support |
DBIx::Class::Storage::DBI::MultiColumnIn
Storage component for RDBMS supporting multicolumn in clauses |
DBIx::Class::Storage::DBI::mysql
Storage::DBI class implementing MySQL specifics |
DBIx::Class::Storage::DBI::mysql::backup
Enable `backup` DBIx::Class using MySQL |
DBIx::Class::Storage::DBI::NoBindVars
Sometime DBDs have poor to no support for bind variables |
DBIx::Class::Storage::DBI::ODBC
Base class for ODBC drivers |
DBIx::Class::Storage::DBI::ODBC::ACCESS
Support specific to MS Access over ODBC |
DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL
Support specific to DB2/400 |
DBIx::Class::Storage::DBI::ODBC::Firebird
Driver for using the Firebird RDBMS |
DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server
Support specific |
DBIx::Class::Storage::DBI::ODBC::SQL_Anywhere
Driver for using Sybase SQL |
DBIx::Class::Storage::DBI::Oracle
Base class for Oracle driver |
DBIx::Class::Storage::DBI::Oracle::Generic
Oracle Support for DBIx::Class |
DBIx::Class::Storage::DBI::Oracle::WhereJoins
Oracle joins in WHERE syntax |
DBIx::Class::Storage::DBI::Pg
Automatic primary key class for PostgreSQL |
DBIx::Class::Storage::DBI::Replicated
BETA Replicated database support |
DBIx::Class::Storage::DBI::Replicated::Balancer
A Software Load Balancer |
DBIx::Class::Storage::DBI::Replicated::Balancer::First
Just get the First Balancer |
DBIx::Class::Storage::DBI::Replicated::Balancer::Random
A 'random' Balancer |
DBIx::Class::Storage::DBI::Replicated::Pool
Manage a pool of replicants |
DBIx::Class::Storage::DBI::Replicated::Replicant
A replicated DBI Storage Role |
DBIx::Class::Storage::DBI::Replicated::WithDSN
A DBI Storage Role with DSN |
DBIx::Class::Storage::DBI::SQLAnywhere
Driver for SQL Anywhere |
DBIx::Class::Storage::DBI::SQLAnywhere::Cursor
GUID Support for SQL Anywhere |
DBIx::Class::Storage::DBI::SQLite
Automatic primary key class for SQLite |
DBIx::Class::Storage::DBI::Sybase
Base class for drivers using |
DBIx::Class::Storage::DBI::Sybase::ASE
Sybase ASE SQL Server support for |
DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars
Storage::DBI subclass for |
DBIx::Class::Storage::DBI::Sybase::FreeTDS
|
DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server
Support for Microsoft |
DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars
Support for Microsoft |
DBIx::Class::Storage::DBI::Sybase::MSSQL
(DEPRECATED) Legacy storage class for MSSQL via DBD::Sybase |
DBIx::Class::Storage::DBI::UniqueIdentifier
Storage component for RDBMSes |
DBIx::Class::Storage::Statistics
SQL Statistics |
DBIx::Class::Storage::TxnScopeGuard
Scope-based transaction handling |
DBIx::Class::StorageReadOnly
Can't insert and update and delete for DBIC |
DBIx::Class::TableNames
get table name list from database |
DBIx::Class::TimeStamp
DBIx::Class extension to update and create date and time based fields |
DBIx::Class::Tokenize
Automatically tokenize a column on creation |
DBIx::Class::Tree
Manipulate and anaylze tree structured data. |
DBIx::Class::Tree::AdjacencyList
Manage a tree of data using the common adjacency list model. |
DBIx::Class::Tree::AdjacencyList::Ordered
Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together. |
DBIx::Class::Tree::CalculateSets
|
DBIx::Class::Tree::Mobius
|
DBIx::Class::Tree::NestedSet
Manage trees of data using the nested set model |
DBIx::Class::UserStamp
Automatically set update and create user id fields |
DBIx::Class::UTF8Columns
Force UTF8 (Unicode) flag on columns (DEPRECATED) |
DBIx::Class::UUIDColumns
Implicit uuid columns |
DBIx::Class::UUIDColumns::UUIDMaker
UUID wrapper module |
DBIx::Class::UUIDColumns::UUIDMaker::APR::UUID
Create uuids using APR::UUID |
DBIx::Class::UUIDColumns::UUIDMaker::Data::GUID
Create uuids using Data::GUID |
DBIx::Class::UUIDColumns::UUIDMaker::Data::Uniqid
Create uuids using Data::Uniqid |
DBIx::Class::UUIDColumns::UUIDMaker::Data::UUID
Create uuids using Data::UUID |
DBIx::Class::UUIDColumns::UUIDMaker::UUID
Create uuids using UUID |
DBIx::Class::UUIDColumns::UUIDMaker::UUID::Random
Create uuids using UUID::Random |
DBIx::Class::UUIDColumns::UUIDMaker::Win32::Guidgen
Create uuids using Win32::Guidgen |
DBIx::Class::UUIDColumns::UUIDMaker::Win32API::GUID
Create uuids using Win32API::GUID |
DBIx::Class::Validation
Validate all data before submitting to your database. |
DBIx::Class::VirtualColumns
Add virtual columns to DBIx::Class schemata |
DBIx::Class::WebForm
CRUD Methods For DBIx::Class |
DBIx::Class::WithMetaData::Inflator
|
DBIx::CodeKit
Universal Code Description Lookup Table |
DBIx::Compare
Compare database content |
DBIx::Compare::ContentChecksum::mysql
Rapid comparison of MySQL database content |
DBIx::Compare::mysql
Compare MySQL database content |
DBIx::Compare::Oracle
Compare Oracle database content |
DBIx::Compare::Pg
Compare PostgreSQL database content |
DBIx::Compare::SQLite
Compare SQLite database content |
DBIx::Compat
Perl extension for Compatibility Infos about DBD Drivers |
DBIx::Composer
Composes and runs SQL statement. |
DBIx::Connect::FromConfig
Creates a DB connection from a configuration file |
DBIx::Connection
Simple database interface. |
DBIx::Connection::MySQL::PLSQL
PLSQL handler |
DBIx::Connection::MySQL::SQL
MySQL catalog sql abstractaction layer. |
DBIx::Connection::Oracle::PLSQL
PLSQL block handler |
DBIx::Connection::Oracle::SQL
Oracle catalog sql abstractaction layer. |
DBIx::Connection::PostgreSQL::PLSQL
PLSQL block wrapper for PostgreSQL |
DBIx::Connection::PostgreSQL::SQL
PostgreSQL catalog sql abstractaction layer. |
DBIx::Connector
Fast, safe DBI connection and transaction management |
DBIx::Connector::Driver
Database-specific connection interface |
DBIx::Connector::Driver::MSSQL
Microsoft SQL Server-specific connection interface |
DBIx::Connector::Driver::mysql
MySQL-specific connection interface |
DBIx::Connector::Driver::Oracle
Oracle-specific connection interface |
DBIx::Connector::Driver::Pg
PostgreSQL-specific connection interface |
DBIx::Connector::Driver::SQLite
SQLite-specific connection interface |
DBIx::ContextualFetch
Add contextual fetches to DBI |
DBIx::Cookbook
executable cookbook for DBI ORMs |
DBIx::Cookbook::DBH
base class holding connection data and dbh() method |
DBIx::Cookbook::DBIC
|
DBIx::Cookbook::DBIC::Command::complex_where
|
DBIx::Cookbook::DBIC::Command::custom_sql
|
DBIx::Cookbook::DBIC::Command::db_func
|
DBIx::Cookbook::DBIC::Command::distinct_count
|
DBIx::Cookbook::DBIC::Command::fetch_all
|
DBIx::Cookbook::DBIC::Command::fetch_first
|
DBIx::Cookbook::DBIC::Command::fetch_single
|
DBIx::Cookbook::DBIC::Command::get_column
|
DBIx::Cookbook::DBIC::Command::grouping
|
DBIx::Cookbook::DBIC::Command::paged
|
DBIx::Cookbook::DBIC::Command::predefined_search
|
DBIx::Cookbook::DBIC::Command::specific_columns
|
DBIx::Cookbook::DBIC::Command::sql_lhs
|
DBIx::Cookbook::DBIC::Command::stored_proc
|
DBIx::Cookbook::DBIC::Command::subquery
|
DBIx::Cookbook::DBIC::Command::subquery_correlated
|
DBIx::Cookbook::DBIC::Sakila
|
DBIx::Cookbook::DBIC::Sakila::Result::Actor
|
DBIx::Cookbook::DBIC::Sakila::Result::ActorInfo
|
DBIx::Cookbook::DBIC::Sakila::Result::Address
|
DBIx::Cookbook::DBIC::Sakila::Result::Category
|
DBIx::Cookbook::DBIC::Sakila::Result::City
|
DBIx::Cookbook::DBIC::Sakila::Result::Country
|
DBIx::Cookbook::DBIC::Sakila::Result::Customer
|
DBIx::Cookbook::DBIC::Sakila::Result::CustomerList
|
DBIx::Cookbook::DBIC::Sakila::Result::Film
|
DBIx::Cookbook::DBIC::Sakila::Result::FilmActor
|
DBIx::Cookbook::DBIC::Sakila::Result::FilmCategory
|
DBIx::Cookbook::DBIC::Sakila::Result::FilmInStock
|
DBIx::Cookbook::DBIC::Sakila::Result::FilmList
|
DBIx::Cookbook::DBIC::Sakila::Result::FilmText
|
DBIx::Cookbook::DBIC::Sakila::Result::Inventory
|
DBIx::Cookbook::DBIC::Sakila::Result::Language
|
DBIx::Cookbook::DBIC::Sakila::Result::NicerButSlowerFilmList
|
DBIx::Cookbook::DBIC::Sakila::Result::Payment
|
DBIx::Cookbook::DBIC::Sakila::Result::Rental
|
DBIx::Cookbook::DBIC::Sakila::Result::SalesByFilmCategory
|
DBIx::Cookbook::DBIC::Sakila::Result::SalesByStore
|
DBIx::Cookbook::DBIC::Sakila::Result::Staff
|
DBIx::Cookbook::DBIC::Sakila::Result::StaffList
|
DBIx::Cookbook::DBIC::Sakila::Result::Store
|
DBIx::Cookbook::DBIC::Sakila::ResultSet::Country
|
DBIx::Cookbook::DBIC::Sakila::ResultSet::Rental
|
DBIx::Cookbook::RDBO
|
DBIx::Cookbook::RDBO::Command::fetch_all
|
DBIx::Cookbook::RDBO::RoseDB
|
DBIx::Cookbook::RDBO::Sakila
|
DBIx::Cookbook::Simple
|
DBIx::Cookbook::Skinny
|
DBIx::Cookbook::Skinny::Command::fetch_all
|
DBIx::Copy
Copying databases |
DBIx::CopyRecord
Copy records within a database. |
DBIx::CouchLike
DBI based CouchDB like document database library |
DBIx::CouchLike::IdGenerator
|
DBIx::CouchLike::Iterator
|
DBIx::CouchLike::Pg
|
DBIx::CouchLike::SQLite
|
DBIx::CouchLike::Sth
|
DBIx::Counter
Named counters stored in a database |
DBIx::CSSQuery
A Perl DBI extension module to let you fetch data with CSS query syntax. |
DBIx::CSSQuery::Collection
The core spirit of DBIx::CSSQuery |
DBIx::CSSQuery::DB
The database backend layer of DBIx::CSSQuery |
DBIx::Cursor
Perl extension for easy DBI-access to a single table. |
DBIx::Custom
Execute insert, update, delete, and select statement easily |
DBIx::Custom::Model
Model |
DBIx::Custom::Order
Order by EXPERIMENTAL |
DBIx::Custom::Query
Query |
DBIx::Custom::QueryBuilder
Query builder |
DBIx::Custom::Result
Result of select statement |
DBIx::Custom::Tag
DEPRECATED! |
DBIx::Custom::Util
Utility class |
DBIx::Custom::Where
Where clause |
DBIx::DataAudit
summarize column data for a table |
DBIx::Database
|
DBIx::Datadict
|
DBIx::DataLookup
|
DBIx::DataModel
UML-based Object-Relational Mapping (ORM) framework |
DBIx::DataModel::Base
Base class for DBIx::DataModel |
DBIx::DataModel::Schema
Factory for DBIx::DataModel Schemas |
DBIx::DataModel::Schema::Generator
automatically generate a schema for DBIx::DataModel |
DBIx::DataModel::Source
Abstract parent for Table and View |
DBIx::DataModel::Statement
DBIx::DataModel statement objects |
DBIx::DataModel::Statement::JDBC
Statement for interacting with DBD::JDBC |
DBIx::DataModel::Table
Parent for Table classes |
DBIx::DataModel::View
Parent for View classes |
DBIx::DataSource
Database-independant create and drop functions |
DBIx::DataSource::Driver
Driver Writer's Guide and base class |
DBIx::DataSource::mysql
MySQL driver for DBIx::DataSource |
DBIx::DataSource::Pg
PostgreSQL driver for DBIx::DataSource |
DBIx::DBHResolver
Resolve database connection on the environment has many database servers. |
DBIx::DBHResolver::Strategy
Strategy base class |
DBIx::DBHResolver::Strategy::Key
Key based strategy |
DBIx::DBHResolver::Strategy::List
write short description for DBIx::DBHResolver::Strategy::List |
DBIx::DBHResolver::Strategy::Range
Range based strategy |
DBIx::DBHResolver::Strategy::Remainder
Deprecated |
DBIx::DBHResolver::Strategy::RoundRobin
round robin sharding strategy. |
DBIx::dbMan
SQL database manipulating tool (also curses) |
DBIx::dbMan::Config
|
DBIx::dbMan::DBI
|
DBIx::dbMan::Extension
|
DBIx::dbMan::Extension::Authors
|
DBIx::dbMan::Extension::AutoSQL
|
DBIx::dbMan::Extension::BenchmarkStart
|
DBIx::dbMan::Extension::BenchmarkStop
|
DBIx::dbMan::Extension::Clear
|
DBIx::dbMan::Extension::Clipboard
|
DBIx::dbMan::Extension::ClipboardInfo
|
DBIx::dbMan::Extension::CmdAuthors
|
DBIx::dbMan::Extension::CmdClear
|
DBIx::dbMan::Extension::CmdClipboard
|
DBIx::dbMan::Extension::CmdComments
|
DBIx::dbMan::Extension::CmdConnections
|
DBIx::dbMan::Extension::CmdCount
|
DBIx::dbMan::Extension::CmdDescribe
|
DBIx::dbMan::Extension::CmdEditLine
|
DBIx::dbMan::Extension::CmdEditObjects
|
DBIx::dbMan::Extension::CmdEval
|
DBIx::dbMan::Extension::CmdExtensions
|
DBIx::dbMan::Extension::CmdFormat
|
DBIx::dbMan::Extension::CmdHelp
|
DBIx::dbMan::Extension::CmdHistory
|
DBIx::dbMan::Extension::CmdInputCSV
|
DBIx::dbMan::Extension::CmdInputFile
|
DBIx::dbMan::Extension::CmdKeyBindings
|
DBIx::dbMan::Extension::CmdLongSQL
|
DBIx::dbMan::Extension::CmdMacros
|
DBIx::dbMan::Extension::CmdOutputToFile
|
DBIx::dbMan::Extension::CmdPager
|
DBIx::dbMan::Extension::CmdSetAllowSystemTables
|
DBIx::dbMan::Extension::CmdSetBenchmark
|
DBIx::dbMan::Extension::CmdSetDBMS
|
DBIx::dbMan::Extension::CmdSetGUI
|
DBIx::dbMan::Extension::CmdSetHorizScrollBar
|
DBIx::dbMan::Extension::CmdSetLineNumbers
|
DBIx::dbMan::Extension::CmdSetOutputFormat
|
DBIx::dbMan::Extension::CmdSetTotalCount
|
DBIx::dbMan::Extension::CmdSetTracing
|
DBIx::dbMan::Extension::CmdShowErrors
|
DBIx::dbMan::Extension::CmdShowTables
|
DBIx::dbMan::Extension::CmdSQLHelp
|
DBIx::dbMan::Extension::CmdStandardSQL
|
DBIx::dbMan::Extension::CmdTransaction
|
DBIx::dbMan::Extension::Connections
|
DBIx::dbMan::Extension::CountPost
|
DBIx::dbMan::Extension::CountPre
|
DBIx::dbMan::Extension::Describe
|
DBIx::dbMan::Extension::DescribeCompleteOracle
|
DBIx::dbMan::Extension::DescribePg
|
DBIx::dbMan::Extension::DeviceOutput
|
DBIx::dbMan::Extension::EditFallback
|
DBIx::dbMan::Extension::EditLine
|
DBIx::dbMan::Extension::EditObjects
|
DBIx::dbMan::Extension::EditObjectsOracle
|
DBIx::dbMan::Extension::EditOracle
|
DBIx::dbMan::Extension::Eval
|
DBIx::dbMan::Extension::Extensions
|
DBIx::dbMan::Extension::Fallback
|
DBIx::dbMan::Extension::Format
|
DBIx::dbMan::Extension::GUI
|
DBIx::dbMan::Extension::GuiCreateConnection
|
DBIx::dbMan::Extension::GuiInputFile
|
DBIx::dbMan::Extension::GuiLoadExtension
|
DBIx::dbMan::Extension::HelpCommands
|
DBIx::dbMan::Extension::History
|
DBIx::dbMan::Extension::InputCSV
|
DBIx::dbMan::Extension::InputFile
|
DBIx::dbMan::Extension::KeyBindings
|
DBIx::dbMan::Extension::LineComplete
|
DBIx::dbMan::Extension::LineNumbers
|
DBIx::dbMan::Extension::MacroWorks
|
DBIx::dbMan::Extension::OracleSQL
|
DBIx::dbMan::Extension::Output
|
DBIx::dbMan::Extension::OutputPager
|
DBIx::dbMan::Extension::OutputQuiet
|
DBIx::dbMan::Extension::Quit
|
DBIx::dbMan::Extension::ShowTables
|
DBIx::dbMan::Extension::ShowTablesOracle
|
DBIx::dbMan::Extension::SimpleMacros
|
DBIx::dbMan::Extension::SQLHelp
|
DBIx::dbMan::Extension::SQLOracleOutput
|
DBIx::dbMan::Extension::SQLOutputCube
|
DBIx::dbMan::Extension::SQLOutputHTML
|
DBIx::dbMan::Extension::SQLOutputInsert
|
DBIx::dbMan::Extension::SQLOutputNULL
|
DBIx::dbMan::Extension::SQLOutputOldTable
|
DBIx::dbMan::Extension::SQLOutputPlain
|
DBIx::dbMan::Extension::SQLOutputTable
|
DBIx::dbMan::Extension::SQLResultPreprocess
|
DBIx::dbMan::Extension::SQLShowResult
|
DBIx::dbMan::Extension::StandardSQL
|
DBIx::dbMan::Extension::TotalCount
|
DBIx::dbMan::Extension::Transaction
|
DBIx::dbMan::Extension::TrimCmd
|
DBIx::dbMan::History
|
DBIx::dbMan::Interface
|
DBIx::dbMan::Interface::cmdline
|
DBIx::dbMan::Interface::curses
|
DBIx::dbMan::Interface::tkgui
|
DBIx::dbMan::Lang
|
DBIx::dbMan::MemPool
|
DBIx::DBO
An OO interface to SQL queries and results. Easily constructs SQL queries, and simplifies processing of the returned data. |
DBIx::DBO2
Objects mapping to SQL relational structures |
DBIx::DBO2::Fields
Construct methods for database fields |
DBIx::DBO2::Record
A row in a table in a datasource |
DBIx::DBO2::RecordSet
A sequential group of Record objects |
DBIx::DBO2::Schema
Group of tables and associated record classes |
DBIx::DBO::Query
An OO interface to SQL queries and results. Encapsulates an entire query in an object. |
DBIx::DBO::Row
An OO interface to SQL queries and results. Encapsulates a fetched row of data in an object. |
DBIx::DBO::Table
An OO interface to SQL queries and results. Encapsulates a table in an object. |
DBIx::DBObj
|
DBIx::DBSchema
Database-independent schema objects |
DBIx::DBSchema::ColGroup
Column group objects |
DBIx::DBSchema::ColGroup::Index
Index column group object |
DBIx::DBSchema::ColGroup::Unique
Unique column group object |
DBIx::DBSchema::Column
Column objects |
DBIx::DBSchema::DBD
DBIx::DBSchema Driver Writer's Guide and Base Class |
DBIx::DBSchema::DBD::mysql
MySQL native driver for DBIx::DBSchema |
DBIx::DBSchema::DBD::Oracle
Oracle native driver for DBIx::DBSchema |
DBIx::DBSchema::DBD::Pg
PostgreSQL native driver for DBIx::DBSchema |
DBIx::DBSchema::DBD::SQLite
SQLite native driver for DBIx::DBSchema |
DBIx::DBSchema::DBD::Sybase
Sybase database driver for DBIx::DBSchema |
DBIx::DBSchema::Index
Index objects |
DBIx::DBSchema::Table
Table objects |
DBIx::DBSchema::_util
|
DBIx::DBStag
Relational Database to Hierarchical (Stag/XML) Mapping |
DBIx::DBStag::Constraint
|
DBIx::DBStag::SQLTemplate
A Template for an SQL query |
DBIx::Dictionary
Support for query dictionaries in DBI |
DBIx::DoMore
(**DEPRECATED** use DBIx::MultiStatementDo instead) Multiple SQL statements in a single do() call with any DBI driver |
DBIx::Dump
Perl extension for dumping database (DBI) data into a variety of formats. |
DBIx::DWIW
Robust and simple DBI wrapper to Do What I Want (DWIW) |
DBIx::Easy
Easy to Use DBI interface |
DBIx::Easy::Import
|
DBIx::Encoding
encode/decode via functions |
DBIx::EnumConstraints
Generates enum-like SQL constraints |
DBIx::Export
Export data from DBI as a SQLite database |
DBIx::Factory
a factory class for DBI database handle |
DBIx::FetchLoop
Fetch with change detection and aggregates |
DBIx::File2do
execute SQL statements from file |
DBIx::FileStore
Module to store files in a DBI backend |
DBIx::FileStore::ConfigFile
Find and read filestore conf files. |
DBIx::FileStore::UtilityFunctions
Utility functions for DBIx::FileStore |
DBIx::FileSystem
manage tables like a filesystem |
DBIx::Frame
a perl module for creating and maintaining DBI frameworks |
DBIx::FullTextSearch
Index documents with MySQL as storage |
DBIx::FullTextSearch::Blob
|
DBIx::FullTextSearch::BlobFast
|
DBIx::FullTextSearch::Column
|
DBIx::FullTextSearch::File
|
DBIx::FullTextSearch::Phrase
|
DBIx::FullTextSearch::StopList
Stopwords for DBIx::FullTextSearch |
DBIx::FullTextSearch::String
|
DBIx::FullTextSearch::Table
|
DBIx::FullTextSearch::URL
|
DBIx::Fun
access database stored procedures as methods |
DBIx::Fun::Oracle
|
DBIx::Fun::Sybase
|
DBIx::glueHTML
CGI interface to DBI databases |
DBIx::HA
High Availability package for DBI |
DBIx::Hash2Table
Save a hash into a database table |
DBIx::HTML::ClientDB
Convert SQL into a JavaScript database |
DBIx::HTML::LinkedMenus
Convert db data to 2 linked HTML popup menus |
DBIx::HTML::PopupRadio
Convert db data to popup menu or radio group |
DBIx::HTMLinterface
Class for creating a CGI interface to a database |
DBIx::HTMLTable
|
DBIx::Informix::Perform
Informix Perform character DB form emulator |
DBIx::Informix::Perform::DButils
|
DBIx::Informix::Perform::DigestPer
"Perform" screen file digester |
DBIx::Informix::Perform::DoTable
|
DBIx::Informix::Perform::Forms
|
DBIx::Informix::Perform::Widgets::ButtonSet
|
DBIx::Informix::Perform::Widgets::TextField
|
DBIx::InsertHash
insert/update a database record from a hash |
DBIx::Inspector
Get information from $dbh |
DBIx::Inspector::Column
column object |
DBIx::Inspector::Driver::Base
|
DBIx::Inspector::Driver::mysql
|
DBIx::Inspector::Driver::Pg
|
DBIx::Inspector::Driver::SQLite
|
DBIx::Inspector::ForeignKey
foreign key |
DBIx::Inspector::ForeignKey::Pg
|
DBIx::Inspector::Iterator
iterator for DBIx::Inspector |
DBIx::Inspector::Iterator::Null
|
DBIx::Inspector::Table
table object |
DBIx::Interp
Interpolate Perl variables into SQL with DBI |
DBIx::Interpolate
Interpolate Perl variables into SQL with DBI |
DBIx::InterpolationBinding
Perl extension for turning perl |
DBIx::IO
Abstraction layer for database I/O with auto-discovery of data dictionary. |
DBIx::IO::GenLib
General helper functions and constants for database apps. |
DBIx::IO::Mask
Help make id values more meaningful to humans |
DBIx::IO::mysqlIO
DBIx::IO driver for MySQL |
DBIx::IO::mysqlLib
General helper functions and constants to support the DBIx::IO MySQL driver |
DBIx::IO::OracleIO
DBIx::IO driver for Oracle |
DBIx::IO::OracleLib
General helper functions and constants to support the DBIx::IO Oracle driver |
DBIx::IO::Search
query a database and generate SQL |
DBIx::IO::Table
Objectified abstract of a database table |
DBIx::JCL
Job Control Library for database load tasks |
DBIx::JSON
Perl extension for creating JSON from existing DBI datasources |
DBIx::Knowledge
Report creation on linear convergent data sets for Business Intelligence |
DBIx::Knowledge::OracleSQL
Oracle-specific SQL generator |
DBIx::Knowledge::Output
Output generator (HTML currently) |
DBIx::Knowledge::Report
Handler routines to serve report builder form and report execution |
DBIx::Knowledge::SQL
SQL generator base class |
DBIx::LazyMethod
Simple 'database query-to-accessor method' wrappers. Quick and dirty OO interface to your data. |
DBIx::Librarian
Manage SQL in repository outside code |
DBIx::Librarian::Statement
an active SQL statement in a Librarian |
DBIx::Librarian::Statement::SelectExactlyOne
strict one-row SELECT statement |
DBIx::Librarian::Statement::SelectMany
multi-row SELECT statement |
DBIx::Librarian::Statement::SelectOne
non-strict single-row SELECT statement |
DBIx::Locker
locks for db resources that might not be totally insane |
DBIx::Locker::Lock
a live resource lock |
DBIx::Log4perl
An extension to log all DBI SQL activity |
DBIx::Log4perl::Constants
|
DBIx::Log4perl::db
|
DBIx::Log4perl::st
|
DBIx::Lookup::Field
Create a lookup hash from a database table |
DBIx::Migrate
DBI extension for 'batch-mode' table migration |
DBIx::Migration
Seamless DB schema up- and downgrades |
DBIx::Migration::Classes
Class based migrations for DBI databases |
DBIx::Migration::Classes::Change
Base class for database changes |
DBIx::Migration::Directories
Install,up/downgrade&remove database schemas |
DBIx::MoCo
Light & Fast Model Component |
DBIx::MoCo::Cache
Simple Cache for DBIx::MoCo |
DBIx::MoCo::Cache::Dummy
|
DBIx::MoCo::Column
Scalar blessed class for inflating columns. |
DBIx::MoCo::Column::DateTime
|
DBIx::MoCo::Column::URI
|
DBIx::MoCo::Column::UTCDateTime
|
DBIx::MoCo::Column::utf8
|
DBIx::MoCo::DataBase
Data Base Handler for DBIx::MoCo |
DBIx::MoCo::Fixture
A fixture for testing model components of DBIx::MoCo |
DBIx::MoCo::Join
Base class for joined DBIx::MoCo classes. |
DBIx::MoCo::List
Array iterator for DBIx::MoCo. |
DBIx::MoCo::MUID
MUID generator for muid fields |
DBIx::MoCo::Pageset
A flexible pager utility for DBIx::MoCo using Data::Pageset |
DBIx::MoCo::Readonly
Base class for read-only DBIx::MoCo classes. |
DBIx::MoCo::Relation
Storage class for relation definitions. |
DBIx::MoCo::Schema
Schema class for DBIx::MoCo classes |
DBIx::MSAccess::Convert2Db
Convert MS Access file to RDBMS-style data |
DBIx::MSSQLReporter
Interface to MS SQL Server & MS Data Engine |
DBIx::MultiDB
join data from multiple databases |
DBIx::MultiStatementDo
Multiple SQL statements in a single do() call with any DBI driver |
DBIx::MyParse
interface to MySQL's parser |
DBIx::MyParse::Item
Accessing the items from a C<DBIx::MyParse::Query> parse tree |
DBIx::MyParse::Query
Access the parse tree produced by DBIx::MyParse |
DBIx::MyParsePP
Pure-Perl SQL parser based on MySQL grammar |
DBIx::MyParsePP::Ascii
|
DBIx::MyParsePP::Charsets
|
DBIx::MyParsePP::Latin1
|
DBIx::MyParsePP::Lexer
Pure-perl SQL lexer based on MySQL's source |
DBIx::MyParsePP::Parser
|
DBIx::MyParsePP::Query
Query produced by DBIx::MyParsePP |
DBIx::MyParsePP::Rule
Access individual elements from the DBIx::MyParsePP parse tree |
DBIx::MyParsePP::Symbols
|
DBIx::MyParsePP::Token
Lexical tokens extracted by DBIx::MyParsePP::Lexer |
DBIx::MyParseX
Extension to DBIx::MyParse modules |
DBIx::MyParseX::Item
Extensions to DBIx::MyParse::Item |
DBIx::MyParseX::Query
Extended methods to DBIx::MyParse::Query |
DBIx::MyPassword
Store database authentication infoin a CSV file |
DBIx::MyServer
MySQL protocol sever-side implementation |
DBIx::MyServer::DBI
Perl server that speaks the MySQL protocol and then executes the received queries via DBI |
DBIx::MySperql
Easy one line SQL calls w DBI and MySQL. |
DBIx::MySperqlOO
|
DBIx::Mysql::InformationSchema
Access to the Mysql INFORMATION_SCHEMA view |
DBIx::MySQL::Replication::Slave
Stop, start and monitor your slaves. |
DBIx::MySQLSequence
Proper and correct (emulated) sequence support for MySQL |
DBIx::NamedBinding
use named parameters instead of '?' |
DBIx::NamedDSN
Store all of your DSNs in the same location. |
DBIx::NamedQuery
SQL queries are referenced by name from Perl |
DBIx::NoSQL
NoSQL-ish overlay for an SQL database |
DBIx::NoSQL::Class
|
DBIx::NoSQL::ClassScaffold
|
DBIx::NoSQL::Entity
|
DBIx::NoSQL::Model
|
DBIx::NoSQL::Model::Field
|
DBIx::NoSQL::Model::Index
|
DBIx::NoSQL::Search
|
DBIx::NoSQL::Stash
|
DBIx::NoSQL::Storage
|
DBIx::NoSQL::Store
|
DBIx::NoSQL::TypeMap
|
DBIx::NoSQLite
An embedded, NoSQL SQLite database with SQL indexing |
DBIx::ObjectMapper
a object-relational mapper |
DBIx::ObjectMapper::Engine
the engine interface |
DBIx::ObjectMapper::Engine::DBI
the DBI engine |
DBIx::ObjectMapper::Engine::DBI::Driver
|
DBIx::ObjectMapper::Engine::DBI::Driver::mysql
|
DBIx::ObjectMapper::Engine::DBI::Driver::SQLite
|
DBIx::ObjectMapper::Engine::DBI::Iterator
|
DBIx::ObjectMapper::Engine::DBI::Transaction
|
DBIx::ObjectMapper::Iterator
An iterator for returning query results. |
DBIx::ObjectMapper::Iterator::Base
A base class of iterator for returning query results. |
DBIx::ObjectMapper::Log
|
DBIx::ObjectMapper::Mapper
map the metadata to a class. |
DBIx::ObjectMapper::Mapper::Accessor
|
DBIx::ObjectMapper::Mapper::Attribute
|
DBIx::ObjectMapper::Mapper::Attribute::Array
|
DBIx::ObjectMapper::Mapper::Attribute::Hash
|
DBIx::ObjectMapper::Mapper::Attribute::Property
|
DBIx::ObjectMapper::Mapper::Constructor
|
DBIx::ObjectMapper::Mapper::Instance
|
DBIx::ObjectMapper::Metadata
|
DBIx::ObjectMapper::Metadata::Declare
|
DBIx::ObjectMapper::Metadata::Polymorphic
|
DBIx::ObjectMapper::Metadata::Query
|
DBIx::ObjectMapper::Metadata::Sugar
|
DBIx::ObjectMapper::Metadata::Table
|
DBIx::ObjectMapper::Metadata::Table::Column
|
DBIx::ObjectMapper::Metadata::Table::Column::Base
|
DBIx::ObjectMapper::Metadata::Table::Column::Connect
|
DBIx::ObjectMapper::Metadata::Table::Column::Desc
|
DBIx::ObjectMapper::Metadata::Table::Column::Func
|
DBIx::ObjectMapper::Metadata::Table::Column::Type
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Array
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::BigInt
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Binary
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Bit
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Boolean
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Date
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Datetime
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Float
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Int
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Interval
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Mush
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Numeric
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::SmallInt
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::String
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Text
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Time
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Undef
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Uri
|
DBIx::ObjectMapper::Metadata::Table::Column::Type::Yaml
|
DBIx::ObjectMapper::Metadata::Table::Column::TypeMap
|
DBIx::ObjectMapper::Query
|
DBIx::ObjectMapper::Query::Base
|
DBIx::ObjectMapper::Query::Count
|
DBIx::ObjectMapper::Query::Delete
|
DBIx::ObjectMapper::Query::Insert
|
DBIx::ObjectMapper::Query::Select
|
DBIx::ObjectMapper::Query::Update
|
DBIx::ObjectMapper::Relation
|
DBIx::ObjectMapper::Relation::BelongsTo
|
DBIx::ObjectMapper::Relation::HasMany
|
DBIx::ObjectMapper::Relation::HasOne
|
DBIx::ObjectMapper::Relation::ManyToMany
|
DBIx::ObjectMapper::Session
|
DBIx::ObjectMapper::Session::Array
|
DBIx::ObjectMapper::Session::Cache
|
DBIx::ObjectMapper::Session::ObjectChangeChecker
|
DBIx::ObjectMapper::Session::Search
|
DBIx::ObjectMapper::Session::UnitOfWork
|
DBIx::ObjectMapper::SQL
|
DBIx::ObjectMapper::SQL::Base
|
DBIx::ObjectMapper::SQL::Delete
|
DBIx::ObjectMapper::SQL::Insert
|
DBIx::ObjectMapper::SQL::Select
|
DBIx::ObjectMapper::SQL::Set
|
DBIx::ObjectMapper::SQL::Update
|
DBIx::ObjectMapper::Utils
|
DBIx::Objects
Framework for developing database-bound obje |
DBIx::OO
Database to Perl objects abstraction |
DBIx::OO::Tree
manipulate hierarchical data using the "nested sets" model |
DBIx::OracleLogin
takes a string and splits out individual login information (user id, Oracle sid, and password) to be used in a DBI->connect() statement when connecting to an Oracle database. |
DBIx::OracleSequence
OO access to Oracle sequences via DBD-Oracle |
DBIx::ORM::Declarative
Creates db objects with descriptive syntax |
DBIx::ORM::Declarative::Join
|
DBIx::ORM::Declarative::JRow
|
DBIx::ORM::Declarative::Row
|
DBIx::ORM::Declarative::Schema
|
DBIx::ORM::Declarative::Table
|
DBIx::Pager
SQL paging helper. |
DBIx::Password
Abstration layer for database passwords |
DBIx::PasswordIniFile
Manages DBI connections with password and other params stored in a C<.ini> style file. |
DBIx::Patcher
store history of patches applied in database schema |
DBIx::Patcher::Schema
|
DBIx::Patcher::Schema::Result::Patcher::Patch
|
DBIx::Patcher::Schema::Result::Patcher::Run
|
DBIx::Patcher::Schema::ResultSet::Patcher::Patch
|
DBIx::Patcher::Schema::ResultSet::Patcher::Run
|
DBIx::Path
resolve a path in an in-database tree or directed graph |
DBIx::PDlib
DBI SQL abstraction and convenience methods |
DBIx::Perform::AttributeGrammar
|
DBIx::Perform::Field
|
DBIx::Perform::FieldList
|
DBIx::Perform::Messages
|
DBIx::Perform::SimpleList
|
DBIx::Perform::UserInterface
|
DBIx::Perlish
a perlish interface to SQL databases |
DBIx::PgLink
External database access for PostgreSQL |
DBIx::PgLink::Accessor
|
DBIx::PgLink::Accessor::BaseAccessor
|
DBIx::PgLink::Accessor::BaseColumns
|
DBIx::PgLink::Accessor::HasColumns
|
DBIx::PgLink::Accessor::HasQueries
|
DBIx::PgLink::Accessor::Query
|
DBIx::PgLink::Accessor::Routine
|
DBIx::PgLink::Accessor::RoutineColumns
|
DBIx::PgLink::Accessor::Table
accessor for table/view |
DBIx::PgLink::Accessor::TableColumns
|
DBIx::PgLink::Adapter
DBI wrapper for DBIx::PgLink suite |
DBIx::PgLink::Adapter::MSSQL
|
DBIx::PgLink::Adapter::Pg
|
DBIx::PgLink::Adapter::Roles::CheckWhereClause
|
DBIx::PgLink::Adapter::Roles::EmulateColumnInfo
|
DBIx::PgLink::Adapter::Roles::Encoding
|
DBIx::PgLink::Adapter::Roles::InitSession
|
DBIx::PgLink::Adapter::Roles::NestedTransaction
|
DBIx::PgLink::Adapter::Roles::Reconnect
|
DBIx::PgLink::Adapter::Roles::Safe
|
DBIx::PgLink::Adapter::Roles::StatementCache
|
DBIx::PgLink::Adapter::Roles::TraceDBI
|
DBIx::PgLink::Adapter::SQLite
|
DBIx::PgLink::Adapter::SQLServer
|
DBIx::PgLink::Adapter::SybaseASE
|
DBIx::PgLink::Adapter::XBase
|
DBIx::PgLink::Connector
glue between Adapter, Accessors and PL/Perl |
DBIx::PgLink::Connector::Roles::Environment
role to set process environment before connection |
DBIx::PgLink::Connector::Roles::SQLServerProc
|
DBIx::PgLink::Local
DBI emulation for local data access in PostgreSQL PL/Perl function |
DBIx::PgLink::Logger
conditionally redirect message to PostgreSQL log |
DBIx::PgLink::RemoteAction
|
DBIx::PgLink::RoleInstaller
|
DBIx::PgLink::TypeMapper
|
DBIx::PgLink::Types
|
DBIx::PhraseBook
provides phrasebooked database queries, allowing client code to avoid embedding |
DBIx::Placeholder::Named
DBI with named placeholders |
DBIx::PLSQLHandler
PL/SQL procedural language handler. |
DBIx::POS
Define a dictionary of SQL statements in a POD dialect (POS) |
DBIx::Printf
A printf-style prepared statement |
DBIx::Printf::Named
A named-printf-style prepared statement |
DBIx::Procedure::Oracle
Call PL/SQL stored procedures and functions without |
DBIx::ProcedureCall
Perl extension to make database stored procedures look like Perl subroutines |
DBIx::ProcedureCall::CLI
command line interface to DBIx::ProcedureCall |
DBIx::ProcedureCall::Oracle
Oracle driver for DBIx::ProcedureCall |
DBIx::ProcedureCall::PostgreSQL
PostgreSQL driver for DBIx::ProcedureCall |
DBIx::Profile
DBI query profiler |
DBIx::ProfileManager
Helps to fine control your DBI profiling without hassles |
DBIx::QueryByName
Execute SQL queries by name |
DBIx::QueryByName::DbhPool
A pool of database handles |
DBIx::QueryByName::FromXML
Import named queries from an xml text |
DBIx::QueryByName::Logger
Take care of all logging |
DBIx::QueryByName::QueryPool
Manages a pool of sql query descriptions |
DBIx::QueryByName::Result::HashIterator
A hash iterator around a statement handle |
DBIx::QueryByName::Result::Iterator
Parent class to all iterators |
DBIx::QueryByName::Result::ScalarIterator
A scalar iterator around a statement handle |
DBIx::QueryByName::SthPool
A pool of statement handles |
DBIx::QueryCursor
Database cursor handler |
DBIx::QueryLog
Logging queries for DBI |
DBIx::Recordset
DB-Abtractionlayer / Access via Arrays/Hashs |
DBIx::Recordset::DBSeq
Sequence generator in DBI database |
DBIx::Recordset::FileSeq
Sequence generator in Filesystem |
DBIx::Recordset::Playground
working sample usages of DBIx::Recordset |
DBIx::Repgen
simple report generator from DB-selected data |
DBIx::Replicate
Synchornizes an SQL table to anther table |
DBIx::Replicate::Node
|
DBIx::Replicate::Strategy::CopyBy
|
DBIx::Replicate::Strategy::PK
|
DBIx::Report::Excel
Creating Excel reports from SQL statements |
DBIx::ResultSet
Lightweight SQL query building and execution. |
DBIx::ResultSet::Connector
Access result sets via DBIx::Connector. |
DBIx::RetryOverDisconnects
Reconnect and retry over disconnects |
DBIx::RewriteDSN
dsn rewriter for debug |
DBIx::RoboQuery
Very configurable/programmable query object |
DBIx::RoboQuery::ResultSet
Configure the results to get what you want |
DBIx::RoboQuery::Util
Utility functions for DBIx::RoboQuery |
DBIx::Roles
Roles for DBI handles |
DBIx::Roles::AutoReconnect
restart DBI calls after reconnecting on failure |
DBIx::Roles::Buffered
buffer write-only queries. |
DBIx::Roles::Hook
Exports callbacks to override DBI calls. |
DBIx::Roles::InlineArray
Flattens arrays passed as parameters to DBI calls into strings. |
DBIx::Roles::RaiseError
change defaults to C<< RaiseError => 1 >> |
DBIx::Roles::Shared
Share DB connection handles |
DBIx::Roles::SQLAbstract
Exports SQL commands C<insert>, C<select> etc as methods. |
DBIx::Roles::StoredProcedures
Treats any method reached AUTOLOAD as a call to a |
DBIx::Roles::Transaction
allow nested transactions. |
DBIx::Romani
Helps handle differences in SQL dialects. |
DBIx::Romani::Connection
|
DBIx::Romani::Connection::Base
|
DBIx::Romani::Connection::Factory
|
DBIx::Romani::Driver
|
DBIx::Romani::Driver::mysql
|
DBIx::Romani::Driver::mysql::IdGenerator
|
DBIx::Romani::Driver::sqlite
|
DBIx::Romani::Driver::sqlite::IdGenerator
|
DBIx::Romani::IdGenerator
|
DBIx::Romani::PreparedQuery
|
DBIx::Romani::PreparedStatement
|
DBIx::Romani::Query::Comparison
|
DBIx::Romani::Query::Delete
|
DBIx::Romani::Query::Function
|
DBIx::Romani::Query::Function::Count
|
DBIx::Romani::Query::Function::Now
|
DBIx::Romani::Query::Insert
|
DBIx::Romani::Query::Operator
|
DBIx::Romani::Query::Select
|
DBIx::Romani::Query::Select::Join
|
DBIx::Romani::Query::Select::OrderBy
|
DBIx::Romani::Query::Select::Result
|
DBIx::Romani::Query::SQL::Column
|
DBIx::Romani::Query::SQL::Generate
|
DBIx::Romani::Query::SQL::Literal
|
DBIx::Romani::Query::SQL::Null
|
DBIx::Romani::Query::SQL::TTT::Function
|
DBIx::Romani::Query::SQL::TTT::Join
|
DBIx::Romani::Query::SQL::TTT::Keyword
|
DBIx::Romani::Query::SQL::TTT::Operator
|
DBIx::Romani::Query::Update
|
DBIx::Romani::Query::Variable
|
DBIx::Romani::Query::Where
|
DBIx::Romani::Query::XML::Function
|
DBIx::Romani::Query::XML::Select
|
DBIx::Romani::Query::XML::SQL
|
DBIx::Romani::Query::XML::TTT
|
DBIx::Romani::Query::XML::Util
|
DBIx::Romani::Query::XML::Where
|
DBIx::Romani::ResultSet
|
DBIx::RunSQL
run SQL to create a database schema |
DBIx::Schema
An SQL Abstration layer for working with whole schemas |
DBIx::Schema::UpToDate
Helps keep a database schema up to date |
DBIx::SchemaChecksum
Generate and compare checksums of database schematas |
DBIx::SearchBuilder
Encapsulate SQL queries and rows in simple perl objects |
DBIx::SearchBuilder::Handle
Perl extension which is a generic DBI handle |
DBIx::SearchBuilder::Handle::Informix
An Informix specific Handle object |
DBIx::SearchBuilder::Handle::mysql
A mysql specific Handle object |
DBIx::SearchBuilder::Handle::mysqlPP
A mysql specific Handle object |
DBIx::SearchBuilder::Handle::ODBC
An ODBC specific Handle object |
DBIx::SearchBuilder::Handle::Oracle
An oracle specific Handle object |
DBIx::SearchBuilder::Handle::Pg
A Postgres specific Handle object |
DBIx::SearchBuilder::Handle::SQLite
A SQLite specific Handle object |
DBIx::SearchBuilder::Handle::Sybase
a Sybase specific Handle object |
DBIx::SearchBuilder::Record
Superclass for records loaded by SearchBuilder |
DBIx::SearchBuilder::Record::Cachable
Records with caching behavior |
DBIx::SearchBuilder::SchemaGenerator
Generate table schemas from DBIx::SearchBuilder records |
DBIx::SearchBuilder::Unique
Ensure uniqueness of records in a collection |
DBIx::SearchProfiles
Access to SQL database via template query. |
DBIx::Sequence
Database independent ID generation |
DBIx::ShowCaller
adds a Perl caller info to the SQL command |
DBIx::Simple
Easy-to-use OO interface to DBI |
DBIx::Simple::Batch
An Alternative To ORM and SQL Stored Procedures. |
DBIx::Simple::DataSection
executes the sql in the __DATA__ section |
DBIx::Simple::OO
|
DBIx::Simple::Procedure
An alternative to SQL stored procedures |
DBIx::Simple::Result::RowObject
Simple result row object class |
DBIx::Simple::UTF8Columns
Force UTF-8 flag for DBIx::Simple data |
DBIx::SimpleDBI
|
DBIx::SimpleGoBetween
Simple Dbi wrapper |
DBIx::SimplePerl
Perlish access to DBI |
DBIx::SimpleQuery
Query a SQL database with very little code |
DBIx::SimpleQuery::Object
An object containing the results of a DBIx::SimpleQuery::query. |
DBIx::Skinny
simple DBI wrapper/ORMapper |
DBIx::Skinny::DBD
|
DBIx::Skinny::DBD::Base
|
DBIx::Skinny::DBD::mysql
|
DBIx::Skinny::DBD::Oracle
|
DBIx::Skinny::DBD::Pg
|
DBIx::Skinny::DBD::SQLite
|
DBIx::Skinny::InflateColumn::DateTime
DateTime inflate/deflate settings for DBIx::Skinny |
DBIx::Skinny::Iterator
|
DBIx::Skinny::Mixin
mixin manager for DBIx::Skinny |
DBIx::Skinny::Mixin::BulkInsertWithTrigger
|
DBIx::Skinny::Mixin::DBHResolver
DBIx::DBHResolver mixin for DBIx::Skinny. |
DBIx::Skinny::Mixin::Pager
|
DBIx::Skinny::Mixin::ProxyTable
|
DBIx::Skinny::Mixin::SearchWithPager
|
DBIx::Skinny::Pager
|
DBIx::Skinny::Pager::Logic::Count
|
DBIx::Skinny::Pager::Logic::MySQLFoundRows
|
DBIx::Skinny::Pager::Logic::PlusOne
|
DBIx::Skinny::Pager::Page
simple wrapper of Data::Page. |
DBIx::Skinny::Pager::Page::Default
|
DBIx::Skinny::Pager::Page::PlusOne
|
DBIx::Skinny::Pager::ResultSet
|
DBIx::Skinny::Profiler
support query profile. |
DBIx::Skinny::Profiler::Trace
support query profile. |
DBIx::Skinny::ProxyTable
handling dynamic table for DBIx::Skinny |
DBIx::Skinny::ProxyTable::Rule
|
DBIx::Skinny::Row
DBIx::Skinny's Row class |
DBIx::Skinny::Schema
Schema DSL for DBIx::Skinny |
DBIx::Skinny::Schema::Loader
Schema loader for DBIx::Skinny |
DBIx::Skinny::Schema::Loader::DBI
|
DBIx::Skinny::Schema::Loader::DBI::mysql
|
DBIx::Skinny::Schema::Loader::DBI::Pg
|
DBIx::Skinny::Schema::Loader::DBI::SQLite
|
DBIx::Skinny::Schema::ProxyTableRule
|
DBIx::Skinny::SQL
dynamic SQL generator |
DBIx::Skinny::SQL::Oracle
|
DBIx::Skinny::Util
|
DBIx::SpatialKey
|
DBIx::SQL::Abstract
Provides a convenient abstraction layer to a database. |
DBIx::SQLCrosstab
creates a server-side cross tabulation from a database |
DBIx::SQLCrosstab::Format
Formats results created by DBIx::SQLCrosstab |
DBIx::SQLEngine
Extends DBI with high-level operations |
DBIx::SQLEngine::Cache::BasicCache
Basic Cache Object |
DBIx::SQLEngine::Cache::TrivialCache
Trivial Cache Object |
DBIx::SQLEngine::Criteria
Struct for database criteria info |
DBIx::SQLEngine::Criteria::And
Criteria for Compound "All" |
DBIx::SQLEngine::Criteria::Comparison
Superclass for comparisons |
DBIx::SQLEngine::Criteria::Compound
Superclass for And and Or |
DBIx::SQLEngine::Criteria::Equality
Criteria for Basic Equality |
DBIx::SQLEngine::Criteria::Greater
Criteria for Basic Comparison |
DBIx::SQLEngine::Criteria::HashGroup
A group of string criteria |
DBIx::SQLEngine::Criteria::Lesser
Criteria for Basic Comparison |
DBIx::SQLEngine::Criteria::Like
Criteria for SQL92 Like Wildcards |
DBIx::SQLEngine::Criteria::LiteralSQL
Criteria with SQL snippets |
DBIx::SQLEngine::Criteria::Not
Negating A Single Criteria |
DBIx::SQLEngine::Criteria::Or
Criteria for Compound "Any" |
DBIx::SQLEngine::Criteria::StringComparison
Equality or Wildcard Criteria |
DBIx::SQLEngine::Driver
DBI Wrapper with Driver Subclasses |
DBIx::SQLEngine::Driver::AnyData
Support DBD::AnyData driver |
DBIx::SQLEngine::Driver::CSV
Support DBD::CSV driver |
DBIx::SQLEngine::Driver::Informix
Support DBD::Informix and DBD::ODBC/Informix |
DBIx::SQLEngine::Driver::MSSQL
Support Microsoft SQL Server via DBD::ODBC |
DBIx::SQLEngine::Driver::Mysql
Support DBD::mysql |
DBIx::SQLEngine::Driver::NullP
Extends SQLEngine for Simple Testing |
DBIx::SQLEngine::Driver::Oracle
Support DBD::Oracle and DBD::ODBC/Oracle |
DBIx::SQLEngine::Driver::Pg
Support DBD::Pg |
DBIx::SQLEngine::Driver::SQLite
Support DBD::SQLite driver |
DBIx::SQLEngine::Driver::Sybase
Extends SQLEngine for DBMS Idiosyncrasies |
DBIx::SQLEngine::Driver::Sybase::MSSQL
Support Microsoft SQL via DBD::Sybase |
DBIx::SQLEngine::Driver::Trait::DatabaseFlavors
For minor variations in a database |
DBIx::SQLEngine::Driver::Trait::NoAdvancedFeatures
For Very Simple Databases |
DBIx::SQLEngine::Driver::Trait::NoColumnTypes
For Type-less Databases |
DBIx::SQLEngine::Driver::Trait::NoComplexJoins
For databases without complex joins |
DBIx::SQLEngine::Driver::Trait::NoJoins
For databases without join ability |
DBIx::SQLEngine::Driver::Trait::NoLimit
For databases without select limit |
DBIx::SQLEngine::Driver::Trait::NoPlaceholders
For drivers without placeholders |
DBIx::SQLEngine::Driver::Trait::NoSequences
For databases without native sequences |
DBIx::SQLEngine::Driver::Trait::NoUnions
For databases without select unions |
DBIx::SQLEngine::Driver::Trait::PerlDBLib
For use with SQL::Statement |
DBIx::SQLEngine::Driver::XBase
Support DBD::XBase driver |
DBIx::SQLEngine::Record::Accessors
Add Methods for Columns |
DBIx::SQLEngine::Record::Base
Base Class for Records |
DBIx::SQLEngine::Record::Cache
Avoid Repeated Selects |
DBIx::SQLEngine::Record::Class
Factory for Record Classes |
DBIx::SQLEngine::Record::Extras
Provide extra methods |
DBIx::SQLEngine::Record::Hooks
Flexible Pre/Post Hooks |
DBIx::SQLEngine::Record::PKey
A reference to a specific record in a table |
DBIx::SQLEngine::Record::Table
Records accessed via a Schema::Table |
DBIx::SQLEngine::RecordSet::NextPrev
A RecordSet with a current index |
DBIx::SQLEngine::RecordSet::PKeySet
A RecordSet which holds primary keys |
DBIx::SQLEngine::RecordSet::Set
Array of Record Objects |
DBIx::SQLEngine::Schema::Column
Struct for database column info |
DBIx::SQLEngine::Schema::ColumnSet
Array of Schema::Column objects |
DBIx::SQLEngine::Schema::Table
A table in a data source |
DBIx::SQLEngine::Schema::TableSet
Array of Schema::Table objects |
DBIx::SQLEngine::Utility::CloneWithParams
Nifty Cloner |
DBIx::SQLHandler
Sql statement handler. |
DBIx::SQLite::Deploy
Easy SQLite deployment |
DBIx::SQLite::Deploy::Carp
|
DBIx::SQLite::Simple
easy access to SQLite databases using objects |
DBIx::SQLite::Simple::Table
superclass only used to handle SQL tables |
DBIx::Sunny
Simple DBI wrapper |
DBIx::Sunny::Schema
SQL Class Builder |
DBIx::SystemCatalog
Accessing system catalog in common databases |
DBIx::SystemCatalog::mysql
|
DBIx::SystemCatalog::Oracle
|
DBIx::SystemCatalog::Pg
|
DBIx::SystemCatalog::XBase
|
DBIx::Table2Hash
Read a database table into a hash |
DBIx::Table::Dup
Perl module to (return SQL to) create duplicate copy of table |
DBIx::TableHash
Tie a hash to a mysql table + SQL utils |
DBIx::TableLoader
Easily load a database table from a data set |
DBIx::TableLoader::CSV
Easily load a CSV into a database table |
DBIx::TableReferences::MSSQL
Discover MSSQL table references |
DBIx::TextIndex
Creates fulltext indexes of SQL text columns |
DBIx::TextIndex::DBD
Base class for database-specific SQL drivers |
DBIx::TextIndex::DBD::mysql
Driver for MySQL |
DBIx::TextIndex::DBD::Pg
Driver for PostgreSQL |
DBIx::TextIndex::DBD::SQLite
Driver for SQLite |
DBIx::TextIndex::Exception
OO Exceptions for DBIx::TextIndex |
DBIx::TextIndex::QueryParser
Parser for user-supplied query strings |
DBIx::TextIndex::StopList::cz
Czech-language stop list |
DBIx::TextIndex::StopList::en
English-language stop list |
DBIx::TextIndex::TermDocsCache
Cache object for term-documents vectors |
DBIx::TextSearch
|
DBIx::Threaded
DBI subclass to share handles across threads |
DBIx::Threaded::Server
Server container class to provide thread-safe |
DBIx::Timeout
provides safe timeouts for DBI calls |
DBIx::Transaction
DBMS-agnostic nested database transactions |
DBIx::Transaction::db
Database handle that is aware of nested transactions |
DBIx::Transaction::st
Statement handle when running under DBIx::Transaction |
DBIx::TransactionManager
transaction handling for database. |
DBIx::Tree
Expand self-referential table into a tree |
DBIx::Tree::MaterializedPath
Fast "materialized path" trees using DBI |
DBIx::Tree::MaterializedPath::Node
node objects for "materialized path" trees |
DBIx::Tree::MaterializedPath::PathMapper
manipulates paths for "materialized path" trees |
DBIx::Tree::MaterializedPath::TreeRepresentation
data structure for "materialized path" trees |
DBIx::Tree::NestedSet
|
DBIx::Tree::NestedSet::Manage
|
DBIx::Tree::NestedSet::MySQL
|
DBIx::Tree::NestedSet::SQLite
|
DBIx::Tree::Persist
|
DBIx::Tree::Persist::Config
|
DBIx::Tree::Persist::Create
|
DBIx::UserDB
Module to manage a user database using DBIx::SearchProfiles |
DBIx::Version
Perl extension for getting database software name and version. |
DBIx::VersionedDDL
Upgrade and downgrade database schemas to a specified version. |
DBIx::VersionedDDL::Plugin::DefaultScriptProcessor
default plugin to process version scripts. |
DBIx::VersionedSchema
Keeps track of database schema versions |
DBIx::VersionedSubs
all your code are belong into the DB |
DBIx::VersionedSubs::AutoLoad
autoload subroutines from the database |
DBIx::VersionedSubs::Hash
store subroutines in a simple hash |
DBIx::VersionedSubs::Server
HTTP server frontend for DBIx::VersionedSubs |
DBIx::Wrap
Object oriented wrapper around DBI. |
DBIx::Wrapper
A wrapper around the DBI |
DBIx::Wrapper::Config
Config Module for DBIx::Wrapper |
DBIx::Wrapper::DBIDelegator
|
DBIx::Wrapper::Delegator
|
DBIx::Wrapper::Request
Request object for database operations |
DBIx::Wrapper::SelectExecLoop
|
DBIx::Wrapper::SelectLoop
|
DBIx::Wrapper::SQLCommand
|
DBIx::Wrapper::Statement
|
DBIx::Wrapper::StatementLoop
|
DBIx::Wrapper::VerySimple
Simplify use of DBI |
DBIx::XHTML_Table
SQL query result set to XML-based HTML table |
DBIx::XML::DataLoader
load data from xml document into DB |
DBIx::XML::DataLoader::Date
|
DBIx::XML::DataLoader::DB
|
DBIx::XML::DataLoader::IsDefined
|
DBIx::XML::DataLoader::MapIt
|
DBIx::XML::DataLoader::XMLWriter
|
DBIx::XMLMessage
XML Message exchange between DBI data sources |
DBIx::XMLServer
Serve data as XML in response to HTTP requests |
DBIx::XMLServer::BooleanField
Boolean field type |
DBIx::XMLServer::DateField
date field type |
DBIx::XMLServer::DateTimeField
date and time field type |
DBIx::XMLServer::NumberField
integer field type |
DBIx::XMLServer::TextField
text field type |
DBIx::XML_RDB
Creates XML from DBI datasources |
DBIx::YAWM
(Yet Annother Wrapper Module) Provides a simplified interface to DBI |