![]() |
![]()
| ![]() |
![]()
NAMESQL::Translator::Schema::IndexField - SQL::Translator index field object DESCRIPTION"SQL::Translator::Schema::IndexField" is the index field object. Different databases allow for different options on index fields. Those are supported through here METHODSnewObject constructor. my $schema = SQL::Translator::Schema::IndexField->new; nameThe 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. extraAll 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:
AUTHORVeesh Goldman <veesh@cpan.org>.
|