NAME
Teng::Schema::Table - Teng table class.
METHODS
- $table = Teng::Table->new
-
create new Teng::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.