The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Table::TestDataGenerator::TableProbe::SQLite - SQLite (meta)data provider

DESCRIPTION

This module impersonates the TableProbe role to provide SQLite support.

SUBROUTINES/METHODS

For general comments about the TableProbe role methods, see the documentation of TableProbe.

seed

The random number generation of SQLite does not provide a method to seed it (yet), so this method does nothing.

fkey_name_to_fkey_table

In the case of SQLite, the foreign key constraints do not have names, but they have integer ids starting at 0. We use these integers as foreign key names.

AUTHOR

Jos\x{00E9} Diaz Seng, <josediazseng at gmx.de>

LICENSE AND COPYRIGHT

Copyright 2012 Jos\x{00E9} Diaz Seng.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.