Skip to content

Get column information

yuki-kimoto edited this page Nov 16, 2012 · 2 revisions

Get column information

DBIx::Custom Documents >

Get all column information by get_column_info

my $column_infos = $dbi->get_column_info(exclude_table => qr/^system_/);

You can specify excluded table using regex by exclude_table option.

Clone this wiki locally