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

This module impersonates the TableProbe role to provide SQLite support.

For general comments about the TableProbe role methods, see the documentation of TableProbe.
The random number generation of SQLite does not provide a method to seed it (yet), so this method does nothing.
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.

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

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.