This class is useful for handling db I/O for a particular table. You create the object, associate a row with the object, then update, insert, view or delete the corresponding record in the table. Qualifying the values is done automatically according ...
RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTCThis module duplicates a table in any database that DBIx::DBSchema can read. DBIx::DBSchema is smart enough to know which database you are dealing with simply by looking at the valid $dbh....
TBONE/DBIx-Table-Dup-0.03 - 01 Aug 2003 16:24:02 UTC"Table" objects are mostly used for column references in a Query. They can also be used for INSERTs, DELETEs and simple lookups (fetch_*)....
VLYON/DBIx-DBO-0.40 - 14 Jan 2014 16:36:22 UTCThis class provides a simple abstraction for the most common operations on a database table. You probably will never need to use this class (or objects) directly....
CAFEGRATZ/DBIx-EAV-0.11 - 09 Feb 2018 14:31:05 UTCThis role allows your class to interact with a database table. It allows for record modification (insert, update and delete records) as well as data fetching (find and find_or_create) and access to DBIx::Mint::ResultSet objects. Database modification...
JFRAIRE/DBIx-Mint-0.071 - 24 Mar 2015 23:07:56 UTCDBIx::DBSchema::Table objects represent a single database table....
IVAN/DBIx-DBSchema-0.45 - 07 May 2015 05:20:18 UTCGOMOR/DBIx-SQLite-Simple-0.35 - 04 Jan 2015 16:02:51 UTC
Enumerate tables/views in remote database. Creates set of local database object that supports DML operations on remote table as if it is local table. Enumerate existing accessors in local database. List of local objects 1. Composite type Represent ro...
ASVBR/DBIx-PgLink-0.01 - 27 Dec 2007 09:11:40 UTCDBIx::NinjaORM::Schema::Table currently uses DBIx::Inspector to retrieve various information about the tables used. This may however change in the future, so this package encapsulates various functions to make it easier to replace the dependencies an...
AUBERTG/DBIx-NinjaORM-v3.1.0 - 23 Mar 2017 05:51:51 UTCThis is the parent class for all table classes created through $schema->Table($classname, ...);...
DAMI/DBIx-DataModel-3.0 - 23 Feb 2018 20:04:23 UTCThe DBIx::SQLEngine::Schema::Table class represents database tables accessible via a particular DBIx::SQLEngine. By storing a reference to a SQLEngine and the name of a table to operate on, a Schema::Table object can facilitate generation of SQL quer...
EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTCThe purpose of this module is fuss-free adding of (bulk) test data to database tables and having test data resembling the data already present in the table. The current module analyzes the structure of a target table and adds a desired number of reco...
JDS/DBIx-Table-TestDataGenerator-0.005 - 21 Feb 2013 14:09:21 UTCDBIx::SQLEngine::Record::Table is a mixin class for database records in tables accessible via DBIx::SQLEngine. Don't use this module directly; instead, pass its name as a trait when you create a new record class. This package provides a multiply-comp...
EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTCTable object that inherits from DBIx::Class::ResultSource....
RIBASUSHI/DBIx-Class-0.082842 - 16 Jun 2020 20:13:37 UTCThis module has nothing to do with databases and could be used on its own. It handles ordered directed graphs which we will call trees here. The trees are represented as hashes where the keys are seen as parent identifiers and the values are referenc...
JDS/DBIx-Table-TestDataGenerator-0.005 - 21 Feb 2013 14:09:21 UTCRIBASUSHI/DBIx-Class-0.082842 - 16 Jun 2020 20:13:37 UTC
The class provides methods querying the target database for data and the ones handling SQL commands (indirectly via DBIx::Class modules)....
JDS/DBIx-Table-TestDataGenerator-0.005 - 21 Feb 2013 14:09:21 UTCThis measly utility class collects methods operating purely on strings. I could not find a better place to stuck the sole method in, so here it is....
JDS/DBIx-Table-TestDataGenerator-0.005 - 21 Feb 2013 14:09:21 UTC