Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Fey::FakeDBI - Just enough of the DBI API to fool Fey
VERSION
version 0.43
SYNOPSIS
my $select = Fey::SQL->new_select();
$select->select(...)->where(...);
print $select->sql( 'Fey::FakeDBI' );
DESCRIPTION
This class provides just enough of the DBI
API to use when Fey needs a DBI
object for quoting SQL statements. It implements the quote()
and quote_identifier()
methods only.
It exists solely to allow some internal API re-use for Fey, and you should never need to use it explicitly.
BUGS
See Fey for details on how to report bugs.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 - 2015 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)