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


SQL-Entity documentation  | view source Contained in the SQL-Entity distribution.

Index


NAME

Top

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

CLASS HIERARCHY

Top

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

SYNOPSIS

Top

    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

Top

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

Top

SEE ALSO

Top

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

AUTHOR

Top

Adrian Witas, adrian@webapp.strefa.pl


SQL-Entity documentation  | view source Contained in the SQL-Entity distribution.