DBIx::Class::Schema::Loader::DBI::SQLite.3pm

Langue: en

Version: 2010-05-22 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

DBIx::Class::Schema::Loader::DBI::SQLite - DBIx::Class::Schema::Loader::DBI SQLite Implementation.

DESCRIPTION

See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base.

METHODS

rescan

SQLite will fail all further commands on a connection if the underlying schema has been modified. Therefore, any runtime changes requiring "rescan" also require us to re-connect to the database. The "rescan" method here handles that reconnection for you, but beware that this must occur for any other open sqlite connections as well.

SEE ALSO

DBIx::Class::Schema::Loader, DBIx::Class::Schema::Loader::Base, DBIx::Class::Schema::Loader::DBI

AUTHOR

See ``AUTHOR'' in DBIx::Class::Schema::Loader and ``CONTRIBUTORS'' in DBIx::Class::Schema::Loader.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.