GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBSchema::Index(3) User Contributed Perl Documentation DBSchema::Index(3)

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.

Creates a new DBIx::DBschema::Index object.

Accepts either a hashref or a list of options and values.

Options are:

Returns or sets the index name.
Returns or sets the optional index method.
Returns or sets the unique flag.
Returns or sets the indexed columns (or expressions).
Returns a comma-joined list of columns, suitable for an SQL statement.
Returns an SQL statment to create this index on the specified table.
Compares this object to another supplied object. Returns true if they are identical, or false otherwise.
Compares this object to another supplied object. Returns true if they are identical, disregarding index name, or false otherwise.

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-07 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.