| CPAN-SQLite documentation | view source | Contained in the CPAN-SQLite distribution. |
CPAN::SQLite::DBI::Index - DBI information for indexing the CPAN::SQLite database
This module provides various methods for CPAN::SQLite::Index in indexing and populating the database from the index files.
create_tablesThis creates the database tables.
drop_tableThis drops a table.
sth_insertThis returns an $sth statement handle for inserting
values into a table.
sth_updateThis returns an $sth statement handle for updating
values into a table.
sth_deleteThis returns an $sth statement handle for deleting
values from a table.
| CPAN-SQLite documentation | view source | Contained in the CPAN-SQLite distribution. |