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::Core(3) User Contributed Perl Documentation DBIx::Class::Core(3)

DBIx::Class::Core - Core set of DBIx::Class modules

  # In your result (table) classes
  use base 'DBIx::Class::Core';

This class just inherits from the various modules that make up the DBIx::Class core features. You almost certainly want these.

The core modules currently are:

DBIx::Class::InflateColumn
DBIx::Class::Relationship (See also DBIx::Class::Relationship::Base)
DBIx::Class::PK::Auto
DBIx::Class::PK
DBIx::Class::Row
DBIx::Class::ResultSourceProxy::Table (See also DBIx::Class::ResultSource)

A better overview of the methods found in a Result class can be found in DBIx::Class::Manual::ResultClass.

Check the list of additional DBIC resources.

This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.
2018-04-30 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.