SQL::Entity::Column - Entity LOBs column abstraction.
SQL::Entity::Column | +----SQL::Entity::Column::LOB
use SQL::Entity::Column::LOB ':all'; my $column = SQL::Entity::Column::Lob->new(name => 'name', size_column => 'doc_size'); or my $column = sql_lob(name => 'name', size_column => 'doc_size');
Represents entities lob column, that maps to the table lob column and column that stores lob size.
None by default.
sql_column by tag 'all'
Column that stores information about lob size
The SQL::Entity::Column::LOB module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
SQL::Entity SQL::Entity::Table SQL::Entity::Condition
Adrian Witas, adrian@webapp.strefa.pl
To install SQL::Entity, copy and paste the appropriate command in to your terminal.
cpanm
cpanm SQL::Entity
CPAN shell
perl -MCPAN -e shell install SQL::Entity
For more information on module installation, please visit the detailed CPAN module installation guide.