DOKK / manpages / debian 12 / libdbix-class-schema-loader-perl / DBIx::Class::Schema::Loader::DBObject.3pm.en
DBIx::Class::Schema::Loader::DBObject(3pm) User Contributed Perl Documentation DBIx::Class::Schema::Loader::DBObject(3pm)

DBIx::Class::Schema::Loader::DBObject - Base Class for Database Objects Such as Tables and Views in DBIx::Class::Schema::Loader

The loader object this object is associated with, this is a required parameter to "new".

Name of the object. The object stringifies to this value.

The constructor, takes "loader", "name", "schema", and "ignore_schema" as key-value parameters.

Make a shallow copy of the object.

The schema (or owner) of the object. Returns nothing if "ignore_schema" is true.

Set to true to make "schema" and "sql_name" not use the defined "schema". Does not affect "dbic_name" (for qualify_objects testing on SQLite.)

Returns the properly quoted full identifier with "schema" and "name".

Returns a value suitable for the "__PACKAGE__->table" call in DBIx::Class Result files.

Returns an arrayref of the values returned by the methods specified in the moniker_parts of the "loader" object. The object arrayrefifies to this value.

DBIx::Class::Schema::Loader::Table, DBIx::Class::Schema::Loader, DBIx::Class::Schema::Loader::Base

See "AUTHORS" in DBIx::Class::Schema::Loader.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2022-11-26 perl v5.36.0