| Fey documentation | view source | Contained in the Fey distribution. |
Fey::Literal::String - Represents a literal string in a SQL statement
version 0.40
my $string = Fey::Literal::String->new($string)
This class represents a literal string in a SQL statement.
This module is a subclass of Fey::Literal.
This class provides the following methods:
This method creates a new Fey::Literal::String object representing
the string passed to the constructor.
Returns the string as passed to the constructor.
The id for a string is always just the string itself.
Returns the appropriate SQL snippet.
This class does the Fey::Role::Selectable and
Fey::Role::Comparable roles.
See Fey for details on how to report bugs.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
| Fey documentation | view source | Contained in the Fey distribution. |