How do I get schemas from Perl's DBI?

Posted by karthi-27 on Stack Overflow See other posts from Stack Overflow or by karthi-27
Published on 2010-05-25T10:58:57Z Indexed on 2010/05/25 14:31 UTC
Read the original article Hit count: 245

Filed under:
|
|

I have using Perl DBI. In that $dbase->tables() will return all the tables in the corresponding database. Like this I want to know the schema's available in the database. Is there any function available for that?

© Stack Overflow or respective owner

Related posts about perl

Related posts about schema