GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBIx::Class::Schema::Loader::DBObject(3) User Contributed Perl Documentation DBIx::Class::Schema::Loader::DBObject(3)

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.
2017-11-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.