NAME
ClearPress::driver::SQLite - SQLite-specific implementation of the database abstraction layer
VERSION
$LastChangedRevision: 405 $
SYNOPSIS
DESCRIPTION
SUBROUTINES/METHODS
create
dbh
create_table
drop_table
types - the whole type map
bounded_select - select limited by number of rows and first-row position
my $bounded_select = $driver->bounded_select($unbounded_select, $rows, $start_row);
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
INCOMPATIBILITIES
BUGS AND LIMITATIONS
AUTHOR
$Author: Roger Pettett$
LICENSE AND COPYRIGHT
Copyright (C) 2008 Roger Pettett
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.10 or, at your option, any later version of Perl 5 you may have available.