ClearPress::driver::mysql - MySQL-specific implementation of the database abstraction layer


NAME

ClearPress::driver::mysql - MySQL-specific implementation of the database abstraction layer

Back to Top


VERSION

$LastChangedRevision: 363 $

Back to Top


SYNOPSIS

Back to Top


DESCRIPTION

Back to Top


SUBROUTINES/METHODS

dbh - fetch a connected database handle

  my $oDBH = $oDriver->dbh();

create - run a create query and return this objects primary key

  my $iAssignedId = $oDriver->create($query)

create_table - mysql-specific create_table

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);

Back to Top


DIAGNOSTICS

Back to Top


CONFIGURATION AND ENVIRONMENT

Back to Top


DEPENDENCIES

strict
warnings
base
ClearPress::driver

Back to Top


INCOMPATIBILITIES

Back to Top


BUGS AND LIMITATIONS

Back to Top


AUTHOR

$Author: Roger Pettett$

Back to Top


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.

Back to Top

 ClearPress::driver::mysql - MySQL-specific implementation of the database abstraction layer