SQL::Translator::Schema::IndexField(3pm) | User Contributed Perl Documentation | SQL::Translator::Schema::IndexField(3pm) |
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:
Veesh Goldman <veesh@cpan.org>.
2024-01-20 | perl v5.38.2 |