The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SQL::Entity::Column::LOB - Entity LOBs column abstraction.

CLASS HIERARCHY

 SQL::Entity::Column
    |
    +----SQL::Entity::Column::LOB

SYNOPSIS

    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');

DESCRIPTION

Represents entities lob column, that maps to the table lob column and column that stores lob size.

EXPORT

None by default.

sql_column by tag 'all'

ATTRIBUTES

size_column

Column that stores information about lob size

METHODS

sql_lob

COPYRIGHT

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.

SEE ALSO

SQL::Entity SQL::Entity::Table SQL::Entity::Condition

AUTHOR

Adrian Witas, adrian@webapp.strefa.pl