Doodle::Command
Doodle Command Class
use Doodle; use Doodle::Command; use Doodle::Table; my $ddl = Doodle->new; my $table = Doodle::Table->new( name => 'users', doodle => $ddl ); my $self = Doodle::Command->new( name => 'create_table', table => $table, doodle => $ddl );
This package provides a description of a DDL statement to build.
This package uses type constraints from:
Doodle::Library
This package has the following attributes:
columns(Columns)
This attribute is read-only, accepts (Columns) values, and is optional.
(Columns)
data(Data)
This attribute is read-only, accepts (Data) values, and is optional.
(Data)
doodle(Doodle)
This attribute is read-only, accepts (Doodle) values, and is required.
(Doodle)
indices(Indices)
This attribute is read-only, accepts (Indices) values, and is optional.
(Indices)
name(Any)
This attribute is read-only, accepts (Any) values, and is optional.
(Any)
relation(Relation)
This attribute is read-only, accepts (Relation) values, and is optional.
(Relation)
schema(Maybe[Schema])
This attribute is read-only, accepts (Maybe[Schema]) values, and is optional.
(Maybe[Schema])
table(Table)
This attribute is read-only, accepts (Table) values, and is optional.
(Table)
Al Newkirk, awncorp@cpan.org
awncorp@cpan.org
Copyright (C) 2011-2019, Al Newkirk, et al.
This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".
Wiki
Project
Initiatives
Milestones
Contributing
Issues
To install Doodle, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Doodle
CPAN shell
perl -MCPAN -e shell install Doodle
For more information on module installation, please visit the detailed CPAN module installation guide.