table of contents
| CPAN::SQLite::DBI::Index(3pm) | User Contributed Perl Documentation | CPAN::SQLite::DBI::Index(3pm) | 
NAME¶
CPAN::SQLite::DBI::Index - DBI information for indexing the CPAN::SQLite database
VERSION¶
version 0.219
DESCRIPTION¶
This module provides various methods for CPAN::SQLite::Index in indexing and populating the database from the index files.
- "create_tables"
 - This creates the database tables.
 - "drop_table"
 - This drops a table.
 - "sth_insert"
 - This returns an $sth statement handle for inserting values into a table.
 - "sth_update"
 - This returns an $sth statement handle for updating values into a table.
 - "sth_delete"
 - This returns an $sth statement handle for deleting values from a table.
 
SEE ALSO¶
CPAN::SQLite::Index
| 2020-06-03 | perl v5.30.2 |