What's New in the DBI?
l Methods
n $sth->prepare_cached($statement)
n $dbh->table_info and $dbh->tables
n $dbh->type_info
l Attributes
n $sth->{TYPE}     (Standards based type values)
n $sth->{SCALE}
n $sth->{PRECISION}
l And finally… Version 1.00!
26