Fey::FakeDBI - Just enough of the DBI API to fool Fey


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

Fey::FakeDBI - Just enough of the DBI API to fool Fey

VERSION

Top

version 0.40

SYNOPSIS

Top

  my $select = Fey::SQL->new_select();

  $select->select(...)->where(...);

  print $select->sql( 'Fey::FakeDBI' );

DESCRIPTION

Top

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

Top

See Fey for details on how to report bugs.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Fey documentation  | view source Contained in the Fey distribution.