Search results for "module:Rose::DB::Object::Metadata::Column::BigSerial"
Rose::DB::Object::Metadata::Column::BigSerial - Big serial column metadata.
Objects of this class store and manipulate metadata for big serial (sometimes called "serial8") columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods tha...
JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC
Rose::DB::MySQL - MySQL driver class for Rose::DB.
Rose::DB blesses objects into a class derived from Rose::DB::MySQL when the driver is "mysql". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. Th...
JSIRACUSA/Rose-DB-0.783 - 06 Apr 2020 11:46:25 UTC
Rose::DB::MariaDB - MariaDB driver class for Rose::DB.
Rose::DB blesses objects into a class derived from Rose::DB::MariaDB when the driver is "mariadb". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information...
JSIRACUSA/Rose-DB-0.783 - 06 Apr 2020 11:46:25 UTC
Rose::DB::Object - Extensible, high performance object-relational mapper (ORM).
Rose::DB::Object is a base class for objects that encapsulate a single row in a database table. Rose::DB::Object-derived objects are sometimes simply called "Rose::DB::Object objects" in this documentation for the sake of brevity, but be assured that...
JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC
Rose::DB::Object::Metadata - Database object metadata.
Rose::DB::Object::Metadata objects store information about a single table in a database: the name of the table, the names and types of columns, any foreign or unique keys, etc. These metadata objects are also responsible for supplying information to,...
JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC