NAME
ClearPress::driver - database driver abstraction layer
VERSION
$LastChangedRevision: 470 $
SYNOPSIS
DESCRIPTION
SUBROUTINES/METHODS
new
new_driver
dbh
create_table
drop_table
create
type_map - access to a value in the type map, given a key
types - the whole type map
bounded_select - stub for select limited by number of rows and first-row position
my $bounded_select = $driver->bounded_select($unbounded_select, $rows, $start_row);
sth_has_warnings - arrayref of warning messages from a statement handle, if present
my $warnings = $driver->sth_has_warnings($sth);
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
- strict
- warnings
- Carp
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.4 or, at your option, any later version of Perl 5 you may have available.