|
|
| |
DBIx::Inspector::Table(3) |
User Contributed Perl Documentation |
DBIx::Inspector::Table(3) |
DBIx::Inspector::Table - table object
- $table->catalog()
- $table->schema()
- $table->type()
- $table->name()
- Get each attributes.
- my @columns = $table->columns();
- Get DBIx::Inspector::Column objects.
- my $column = $table->column($name);
- Get DBIx::Inspector::Column object for $name.
- my @pk = $table->primary_key();
- Get DBIx::Inspector::Column objects for primary keys.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |