Dave Rolsky > Fey-0.17 > Fey::Role::SQL::HasBindParams

Download:
Fey-0.17.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: Fey-0.34

NAME ^

Fey::Role::SQL::HasBindParams - A role for queries which can have bind parameters

SYNOPSIS ^

  use MooseX::StrictConstructor;

  with 'Fey::Role::SQL::HasBindParams';

DESCRIPTION ^

Classes which do this role represent a query which can have bind parameters.

METHODS ^

This role provides the following methods:

$query->auto_placeholders()

This attribute determines whether values are automatically turned into placeholders and stored as bind parameters.

AUTHOR ^

Dave Rolsky, <autarch@urth.org>

BUGS ^

See Fey for details on how to report bugs.

COPYRIGHT & LICENSE ^

Copyright 2006-2008 Dave Rolsky, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.