NAME
DBD::Solid::Const - Constansts for DBD::Solid Perl extension
SYNOPSIS
use DBD::Solid::Const qw(:sql_types);
if ($sth->{TYPE}->[5] == SQL_LONGVARCHAR) {
do_something_very_different;
}
DESCRIPTION
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.
AUTHOR
T.Wenrich, wenrich@ping.at
SEE ALSO
perl(1), DBD::Solid(perldoc), DBI, Exporter(perldoc)