Fey::Literal::Null - Represents a literal NULL in a SQL statement


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

Fey::Literal::Null - Represents a literal NULL in a SQL statement

VERSION

Top

version 0.40

SYNOPSIS

Top

  my $null = Fey::Literal::Null->new()

DESCRIPTION

Top

This class represents a literal NULL in a SQL statement.

INHERITANCE

Top

This module is a subclass of Fey::Literal.

METHODS

Top

This class provides the following methods:

Fey::Literal::Null->new()

This method creates a new Fey::Literal::Null object.

$null->id()

The id for a null is always just "NULL".

$null->sql()

$null->sql_with_alias()

$null->sql_or_alias()

Returns the appropriate SQL snippet.

ROLES

Top

This class does the Fey::Role::Selectable and Fey::Role::Comparable roles.

BUGS

Top

See Fey for details on how to report bugs.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Fey documentation  | view source Contained in the Fey distribution.