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

use MooseX::StrictConstructor; with 'Fey::Role::SQL::HasBindParams';

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

This role provides the following methods:
This attribute determines whether values are automatically turned into placeholders and stored as bind parameters.

Dave Rolsky, <autarch@urth.org>

See Fey for details on how to report bugs.

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.