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

NAME

DB::Introspector::Base::CharColumn

EXTENDS

DB::Introspector::Base::Column

SYNOPSIS

    use DB::Introspector::Base::CharColumn;

DESCRIPTION

DB::Introspector::Base::CharColumn provides a way to distinguish a Char type, which represents the class of columns that allow only is a single character values, from another column type.

SEE ALSO

AUTHOR

Masahji C. Stewart

COPYRIGHT

The DB::Introspector::Base::CharColumn module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.