NAME

Locale::Country::SubCountry::Database::Create - Country names in English, and subcountry names in native scripts

Synopsis

See Locale::Country::SubCountry.

Description

Locale::Country::SubCountry provides subcountry names in their native scripts.

Methods

create_all_tables()

Calls create_tables() inside a transaction.

create_tables()

Calls create_countries_table() and create_sub_countries_table().

drop_all_tables()

Calls drop_tables() inside a transaction.

drop_tables()

Calls drop_table() for both the 'countries' and 'sub_countries' tables.

drop_table($table_name)

Drops the named table.

init()

For use by subclasses.

Sets default values for object attributes.

new()

For use by subclasses.

report()

Reports table creation to STDERR, or dies if the table could not be created.

Support

Email the author, or log a bug on RT:

https://rt.cpan.org/Public/Dist/Display.html?Name=Locale::Country::SubCountry.

Author

Locale::Country::SubCountry was written by Ron Savage <ron@savage.net.au> in 2011.

Home page: http://savage.net.au/index.html.

Copyright

Australian copyright (c) 2011, Ron Savage.

All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Artistic License, a copy of which is available at:
http://www.opensource.org/licenses/index.html