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

version 0.40

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

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

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

See Fey for details on how to report bugs.

Dave Rolsky <autarch@urth.org>

This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)