DBSchema::Index(3pm) | User Contributed Perl Documentation | DBSchema::Index(3pm) |
DBIx::DBSchema::Index - Index objects
use DBIx::DBSchema::Index; $index = new DBIx::DBSchema::Index ( { } );
DBIx::DBSchema::Index objects represent a unique or non-unique database index.
Accepts either a hashref or a list of options and values.
Options are:
Ivan Kohler <ivan-dbix-dbschema@420.am>
Copyright (c) 2007 Ivan Kohler Copyright (c) 2007 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Is there any situation in which sql_create_index needs to return a list of multiple statements?
DBIx::DBSchema::Table, DBIx::DBSchema, DBI
2022-09-10 | perl v5.36.0 |