Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Fey::Placeholder - Represents a placeholder
VERSION
version 0.43
SYNOPSIS
my $placeholder = Fey::Placeholder->new()
DESCRIPTION
This class represents a placeholder in a SQL statement.
For now, this always means the string ?
, but in the future it may allow for numbered or named placeholders.
METHODS
This class provides the following methods:
Fey::Placeholder->new()
This method creates a new Fey::Placeholder
object.
$placeholder->sql()
$placeholder->sql_or_alias()
Returns the appropriate SQL snippet.
ROLES
This class does the Fey::Role::Comparable
role.
BUGS
See Fey for details on how to report bugs.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 - 2015 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)