Search results for "module:Rose::DB::Object::Manager"
Rose::DB::Object::Manager - Fetch multiple Rose::DB::Object-derived objects from the database using complex queries.
Rose::DB::Object::Manager is a base class for classes that select rows from tables fronted by Rose::DB::Object-derived classes. Each row in the table(s) queried is converted into the equivalent Rose::DB::Object-derived object. Class methods are provi...
JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC
Rose::DB::Object::ConventionManager - Provide missing metadata by convention.
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::ConventionManager::Null - A singleton convention manager that does nothing.
Rose::DB::Object::ConventionManager::Null is a subclass of Rose::DB::Object::ConventionManager that does nothing. That is, it overrides every method with no-ops that always return undef or an empty list, depending on calling context. This class is a ...
JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC
Rose::Planter - Keep track of classes created with Rose::DB::Object::Loader.
This is a thin layer above Rose::DB::Object::Loader for keeping track of and managing classes which are created based on a database schema. It will transparently either query the database using Rose::DB::Object::Loader or use an auto-generated class ...
BDUGGAN/Rose-Planter-0.37 - 03 Nov 2015 01:49:19 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::DBx::CannedQuery - Conveniently manage a specific SQL query
This class provides a convenient means to execute specific queries against a database fronted by Rose::DB subclasses, in a manner similar to (and I hope a bit more flexible than) the DBI's "selectall_arrayref" in DBI method. You can set up the query ...
CBAIL/Rose-DBx-CannedQuery-1.00 - 21 Apr 2015 19:55:51 UTC
Rose::DB::Object::Loader - Automatically create Rose::DB::Object subclasses based on database table definitions.
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
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::Cached - Memory cached object representation of a single row in a database table.
"Rose::DB::Object::Cached" is a subclass of Rose::DB::Object that is backed by a write-through memory cache. Whenever an object is loaded from or saved to the database, it is cached in memory. Any subsequent attempt to load an object of the same clas...
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.
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::Iterator - Iterate over a series of Rose::DB::Objects.
Rose::DB::Object::Iterator is an iterator object that traverses a database query, returning Rose::DB::Object-derived objects for each row. Rose::DB::Object::Iterator objects are created by calls to the get_objects_iterator method of Rose::DB::Object:...
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
Rose::DBx::Object::MoreHelpers - more mixin helpers for RDBO
In the tradition of Rose::DB::Object::Helpers, more importable methods. This class inherits from Rose::Object::MixIn. See the Rose::Object::MixIn documentation for a full explanation of how to import methods from this class. The helper methods themse...
KARMAN/Rose-DBx-Object-MoreHelpers-0.100 - 22 Apr 2014 16:38:32 UTC
Rose::HTMLx::Form::Related::RDBO - RDBO with RHTMLO
Use Rose::HTML::Objects forms with Rose::DB::Object....
KARMAN/Rose-HTMLx-Form-Related-0.24 - 02 Nov 2013 05:21:15 UTC
Rose::DB::Object::Metadata::Column - Base class for database column metadata objects.
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::DBx::Object::InternalPager - Throttle Rose DB Iterator Fetching
"Rose::DBx::Object::InternalPager" is a 3rd party module for "Rose::DB" iterators to work around MySQL client's limited control over how many rows are fetched from the database at a time. "Rose::DBx::Object::InternalPager" provides a hack to limit th...
MSCHILLI/Rose-DBx-Object-InternalPager-0.03 - 22 Jun 2007 03:03:44 UTC
Rose::DB::Object::MakeMethods::Generic - Create generic object methods for Rose::DB::Object-derived objects.
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::Relationship::OneToOne - One to one table relationship metadata object.
Objects of this class store and manipulate metadata for relationships in which a single row from one table refers to a single row in another table. This class inherits from Rose::DB::Object::Metadata::Relationship. Inherited methods that are not over...
JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC
Rose::DB::Object::Metadata::Relationship::ManyToOne - Many to one table relationship metadata object.
Objects of this class store and manipulate metadata for relationships in which a many rows in one table may refer to a single row in another table. This class inherits from Rose::DB::Object::Metadata::Relationship. Inherited methods that are not over...
JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC
Rose::DB::Object::Metadata::Relationship::OneToMany - One to many table relationship metadata object.
Objects of this class store and manipulate metadata for relationships in which a single row from one table refers to multiple rows in another table. This class inherits from Rose::DB::Object::Metadata::Relationship. Inherited methods that are not ove...
JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC