Dave Rolsky > Fey-0.17 > Fey::Placeholder

Download:
Fey-0.17.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: Fey-0.34

NAME ^

Fey::Placeholder - Represents a placeholder

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.

AUTHOR ^

Dave Rolsky, <autarch@urth.org>

BUGS ^

See Fey for details on how to report bugs.

COPYRIGHT & LICENSE ^

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.