The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

A class for TABLE groups in schema main

SYNOPSIS

DESCRIPTION

COLUMNS

Each column from table groups has an accessor method in this class.

id

name

description

created_by

changed_by

disabled

ALIASES

none

METHODS

Ado::Model::Groups inherits all methods from Ado::Model and provides the following additional:

by_name

Selects a group by name column.

    my $group = Ado::Model::Groups->by_name('guest');
    say $group->name if $group->id;

GENERATOR

DBIx::Simple::Class::Schema

SEE ALSO

Ado::Model, DBIx::Simple::Class, DBIx::Simple::Class::Schema