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::Date"

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

Objects of this class store and manipulate metadata for date 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 cl...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31: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::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::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::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::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::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::Time - Time column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for time 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 cl...

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

Rose::DB::Object::Metadata::Column::Epoch - Seconds since the epoch column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for columns in a database that store an integer number of seconds since the Unix epoch. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creati...

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

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

Objects of this class store and manipulate metadata for datetime 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. Thi...

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

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

Objects of this class store and manipulate metadata for interval 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. Thi...

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

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

Objects of this class store and manipulate metadata for timestamp 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. Th...

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

Rose::DB::Object::Metadata::Column::Epoch::HiRes - Fractional seconds since the epoch column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for columns in a database that store a fractional number of seconds since the Unix epoch. Values may contain up to six (6) digits after the decimal point. Column metadata objects store information a...

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

Rose::DB::Object::Metadata::Column::DatetimeYearToMonth - Datetime year to month column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for "datetime year to month" columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate co...

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

Rose::DB::Object::Metadata::Column::DatetimeYearToSecond - Datetime year to second column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for "datetime year to second" columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate c...

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

Rose::DB::Object::Metadata::Column::DatetimeYearToMinute - Datetime year to minute column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for "datetime year to minute" columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate c...

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

Rose::DB::Object::Metadata::Column::TimestampWithTimeZone - Timestamp with time zone column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for timestamp 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. Th...

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

Rose::DB::Object::Metadata::Column::DatetimeYearToFraction - Datetime year to fraction column metadata. River stage two • 19 direct dependents • 19 total dependents

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

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