DBIx::Class::Core - Core set of DBIx::Class modules
# In your table classes
__PACKAGE__->load_components(qw/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:
has_many
has_one, might_have
belongs_to
many_to_many
add_relationship_accessor, register_relationship
delete, update
proxy_to_related
count_related, create_related, delete_related, find_or_create_related, find_or_new_related, find_related, new_related, related_resultset, search_related, search_related_rs, set_from_related, update_from_related, update_or_create_related
get_inflated_column, inflate_column, set_inflated_column, store_inflated_column
sequence
ID, discard_changes, id, ident_condition
MULTICREATE_DEBUG, copy, get_column, get_columns, get_dirty_columns, get_from_storage, get_inflated_columns, has_column_loaded, in_storage, inflate_result, insert, insert_or_update, is_changed, is_column_changed, make_column_dirty, new, register_column, result_source, set_column, set_columns, set_inflated_columns, store_column, throw_exception, update_or_insert
table
add_column, add_columns, add_relationship, add_unique_constraint, column_info, column_info_from_storage, columns, get_inherited_ro_instance, has_column, iterator_class, primary_columns, relationship_info, relationships, remove_column, remove_columns, result_class, resultset_attributes, resultset_class, set_inherited_ro_instance, set_primary_key, source_info, unique_constraint_columns, unique_constraint_names, unique_constraints
MODIFY_CODE_ATTRIBUTES, component_base_class, mk_classaccessor, mk_classdata
inject_base, load_optional_class
ensure_class_found, ensure_class_loaded, load_components, load_optional_components, load_own_components
get_component_class, get_inherited, get_simple, get_super_paths, make_group_accessor, make_group_ro_accessor, make_group_wo_accessor, mk_group_accessors, mk_group_ro_accessors, mk_group_wo_accessors, set_component_class, set_inherited, set_simple
Matt S. Trout <mst@shadowcatsystems.co.uk>
You may distribute this code under the same terms as Perl itself.
Last modified:
POD_DERIVED_INDEX_GENERATED The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with DBIx::Class::Core at blib/lib/DBIx/Class/Core.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.