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
SEE ALSO
Ado::Model, DBIx::Simple::Class, DBIx::Simple::Class::Schema