NAME
Doodle::Relation
ABSTRACT
Doodle Relation Class
SYNOPSIS
use Doodle::Relation;
my $self = Doodle::Relation->new(%args);
DESCRIPTION
Table relation representation.
METHODS
This package implements the following methods.
create
create(Any %args) : Command
Registers a relation create and returns the Command object.
delete
delete(Any %args) : Command
Registers a relation update and returns the Command object.
doodle
doodle(Any %args) : Doodle
Returns the associated Doodle object.