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

NAME

Fey::Literal - Factory for making a literal piece of a SQL statement

VERSION

version 0.43

SYNOPSIS

  my $literal = Fey::Literal->new_from_scalar($string_or_number_or_undef);

DESCRIPTION

This class is a factory for creating a literal piece of a SQL statement, such as a string, number, or function.

METHODS

This class provides the following methods:

Fey::Literal->new_from_scalar($scalar)

Given a string, number, or undef, this method returns a new object of the appropriate subclass. This will be either a Fey::Literal::String, Fey::Literal::Number, or Fey::Literal::Null.

BUGS

See Fey for details on how to report bugs.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 - 2015 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)