ClearPress::driver::Pg - Pg-specific implementation of the database abstraction layer


ClearPress documentation  | view source Contained in the ClearPress distribution.

Index


NAME

Top

ClearPress::driver::Pg - Pg-specific implementation of the database abstraction layer

** WARNING! ALPHA CODE **

VERSION

Top

$LastChangedRevision: 348 $

SYNOPSIS

Top

DESCRIPTION

Top

SUBROUTINES/METHODS

Top

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

DIAGNOSTICS

Top

CONFIGURATION AND ENVIRONMENT

Top

DEPENDENCIES

Top

strict
warnings
base
ClearPress::driver

INCOMPATIBILITIES

Top

BUGS AND LIMITATIONS

Top

AUTHOR

Top

$Author: Roger Pettett$

LICENSE AND COPYRIGHT

Top


ClearPress documentation  | view source Contained in the ClearPress distribution.