The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Rose-DB-Object class::makemethods"

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::MakeMethods::Std - Create object methods related to Rose::DB::Object::Std-derived objects. River stage two • 19 direct dependents • 19 total dependents

"Rose::DB::Object::MakeMethods::Std" creates methods related to Rose::DB::Object::Std-derived objects. It inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided...

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

Rose::DB::Object::MakeMethods::Date - Create date-related methods for Rose::DB::Object-derived objects. River stage two • 19 direct dependents • 19 total dependents

"Rose::DB::Object::MakeMethods::Date" creates methods that deal with dates, and inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are descri...

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

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::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::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::Object::Metadata::Relationship - Base class for table relationship metadata objects. River stage two • 19 direct dependents • 19 total dependents

This is the base class for objects that store and manipulate database table relationship metadata. Relationship metadata objects are responsible for creating object methods that fetch and/or manipulate objects from related tables. See the Rose::DB::O...

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::DB::Object::Metadata::Column::Text - Text column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for long, variable-length character-based columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that ...

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

Rose::DB::Object::Metadata::Column::Blob - Binary large object column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for long, variable-length character-based columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that ...

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

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::Object::Metadata::Column::Float - Floating-point column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for floating-point 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 value...

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

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

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

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

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

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

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

Objects of this class store and manipulate metadata for big integer (sometimes called "int8") columns in a database. Values are stored internally and returned as Math::BigInt objects. If the Math::BigInt::GMP module is installed, it will be used tran...

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

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

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

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

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

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

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