The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.37

SYNOPSIS

  use Moose;

  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->bind_params()

Returns the bind params associated with the query.

$query->auto_placeholders()

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

BUGS

See Fey for details on how to report bugs.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2010 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0