
Fey::Literal::String - Represents a literal string in a SQL statement

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.

Dave Rolsky, <autarch@urth.org>

See Fey for details on how to report bugs.

Copyright 2006-2009 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.