The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Rose::DB::Object::Metadata::Column::Array"

Rose::DB::Object::Metadata::Column::Array - Array column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for array columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate column values. This c...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::MySQL - MySQL driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

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.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::SQLite - SQLite driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::SQLite when the driver is "sqlite". 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.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::MariaDB - MariaDB driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

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.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::Object - Extensible, high performance object-relational mapper (ORM). River stage two • 19 direct dependents • 19 total dependents

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. River stage two • 19 direct dependents • 19 total dependents

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

Rose::DB::Object::Loader - Automatically create Rose::DB::Object subclasses based on database table definitions. River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object::Loader will automatically create Rose::DB::Object subclasses for all the tables in a database. It will configure column data types, default values, primary keys, unique keys, and foreign keys. It can also discover and set up inter-t...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DBx::Object::Renderer - Web UI Rendering for Rose::DB::Object River stage zero No dependents

Rose::DBx::Object::Renderer generates forms, tables, menus, and charts for Rose::DB::Object. The generated UIs encapsulate sensible web conventions as default behaviours, such as rendering email addresses as 'mailto' links and enforce appropriate val...

DANNY/Rose-DBx-Object-Renderer-0.77 - 27 Sep 2012 08:03:24 UTC

Rose::DB::Object::Helpers - A mix-in class containing convenience methods for Rose::DB::Object. River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object::Helpers provides convenience methods from use with Rose::DB::Object-derived classes. These methods do not exist in Rose::DB::Object in order to keep the method namespace clean. (Each method added to Rose::DB::Object is another poten...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::Std::Metadata - Standardized database object metadata. River stage two • 19 direct dependents • 19 total dependents

"Rose::DB::Object::Std::Metadata" is a subclass of Rose::DB::Object::Metadata that is designed to serve the needs of Rose::DB::Object::Std objects. See the Rose::DB::Object::Std documentations for information on what differentiates it from Rose::DB::...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::QueryBuilder - Build SQL queries on behalf of Rose::DB::Object::Manager. River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object::QueryBuilder is used to build SQL queries, primarily in service of the Rose::DB::Object::Manager class. It (optionally) exports two functions: build_select() and build_where_clause()....

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::Metadata::Column - Base class for database column metadata objects. River stage two • 19 direct dependents • 19 total dependents

This is the base class for objects that store and manipulate database column metadata. Column metadata objects store information about columns (data type, size, etc.) and are responsible for parsing, formatting, and creating object methods that manip...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::Metadata::Column::Set - Set column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for "unordered set" columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate column valu...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::ConventionManager - Provide missing metadata by convention. River stage two • 19 direct dependents • 19 total dependents

Each Rose::DB::Object-derived object has a convention manager that it uses to fill in missing metadata. The convention manager encapsulates a set of rules (conventions) for generating various pieces of metadata in the absence of explicitly specified ...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::Metadata::Column::Enum - Enumerated column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for enum columns. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate column values. An enum column accept...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::HTMLx::Form::Related::Metadata - RHTMLO Form class metadata River stage one • 2 direct dependents • 2 total dependents

Rose::HTMLx::Form::Related::Metadata interrogates and caches interrelationships between Form and ORM classes. You typically access an instance of this class via the metadata() method in your Form class....

KARMAN/Rose-HTMLx-Form-Related-0.24 - 02 Nov 2013 05:21:15 UTC

Rose::DB::Object::Metadata::UniqueKey - Unique key metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for unique keys in a database table. Each unique key is made up of one or more columns....

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::Metadata::PrimaryKey - Primary key metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for primary keys in a database table. Each primary key is made up of one or more columns....

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::MakeMethods::Generic - Create generic object methods for Rose::DB::Object-derived objects. River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object::MakeMethods::Generic is a method maker that inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are described below. All met...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::DB::Object::Metadata::ForeignKey - Foreign key metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for foreign keys in a database table. It stores information about which columns in the local table map to which columns in the foreign table. This class will create methods for "the thing referenced...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC
26 results (0.086 seconds)