"The Perl DBI Database Driver Writer's Guide" mentions
table_info() and type_info_all() as "Other statement
methods":
<http://search.cpan.org/~timb/DBI-1.46/lib/DBI/DBD.pm#Other_statement_methods>
Because the Metadata methods are treated in their own
section:
<http://search.cpan.org/~timb/DBI-1.46/lib/DBI/DBD.pm#METADATA_METHODS>
we can (IMO) discard the paragraph without substitution.
Steffen
P.S.: This was my last patch this year.
I wish all a Merry Christmas and a Happy New Year!
Index: lib/DBI/DBD.pm
===================================================================
--- lib/DBI/DBD.pm (revision 634)
+++ lib/DBI/DBD.pm (working copy)
@@ -1091,10 +1091,6 @@
A trivial C<finish> method to discard the stored data and do
$sth->SUPER::finish;
-A C<table_info> method to return details of available tables.
-
-A C<type_info_all> method to return details of supported types.
-
If you've defined a parse_trace_flag() method in ::db you'll also want
it in ::st, so just alias it in: