
DBD::Solid::Const - Constansts for DBD::Solid Perl extension

use DBD::Solid::Const qw(:sql_types);
if ($sth->{TYPE}->[5] == SQL_LONGVARCHAR) {
do_something_very_different;
}

This module import some of the constants used by DBD::Solid into your namespace. This is useful for querying some of the values returned by the DBD::Solid interface.

T.Wenrich, wenrich@ping.at

perl(1), DBD::Solid(perldoc), DBI, Exporter(perldoc)