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
SQL::Translator::Schema::IndexField(3) User Contributed Perl Documentation SQL::Translator::Schema::IndexField(3)

SQL::Translator::Schema::IndexField - SQL::Translator index field object

"SQL::Translator::Schema::IndexField" is the index field object.

Different databases allow for different options on index fields. Those are supported through here

Object constructor.

  my $schema = SQL::Translator::Schema::IndexField->new;

The name of the index. The object stringifies to this. In addition, you can simply pass a string to the constructor to only set this attribute.

All options for the field are stored under the extra hash. The constructor will collect them for you if passed in straight. In addition, an accessor is provided for all supported options

Currently supported options:

Supported by MySQL. Indicates that only N characters of the column are indexed.

Veesh Goldman <veesh@cpan.org>.

2024-10-08 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.