The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Teng::Schema::Table - Teng table class.

METHODS

$table = Teng::Schema::Table->new

create new Teng::Schema::Table's object.

$table->get_sql_type

get column SQL type.

$table->get_deflator

get deflate coderef.

$table->get_inflator

get inflate coderef.

$table->set_deflator

set deflate coderef.

$table->set_inflator

set inflate coderef.

$table->call_deflate

execute deflate.

$table->call_inflate

execute inflate.

$table->has_deflators()

Returns true if there are any deflators

$table->has_inflators();

Returns true if there are any inflators