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

NAME

Fey::Placeholder - Represents a placeholder

VERSION

version 0.35

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) 2010 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0