
Fey::Placeholder - Represents a placeholder

my $placeholder = Fey::Placeholder->new()

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.

This class provides the following methods:
This method creates a new Fey::Placeholder object.
Returns the appropriate SQL snippet.

This class does the Fey::Role::Comparable role.

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.