ClearPress::driver - database driver abstraction layer


ClearPress documentation  | view source Contained in the ClearPress distribution.

Index


NAME

Top

ClearPress::driver - database driver abstraction layer

VERSION

Top

$LastChangedRevision: 349 $

SYNOPSIS

Top

DESCRIPTION

Top

SUBROUTINES/METHODS

Top

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

DIAGNOSTICS

Top

CONFIGURATION AND ENVIRONMENT

Top

DEPENDENCIES

Top

strict
warnings
Carp

INCOMPATIBILITIES

Top

BUGS AND LIMITATIONS

Top

AUTHOR

Top

$Author: Roger Pettett$

LICENSE AND COPYRIGHT

Top


ClearPress documentation  | view source Contained in the ClearPress distribution.