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

NAME

Pg::SQL::PrettyPrinter::Node::BooleanTest - Class representing expression like 'x IS TRUE'

SYNOPSIS

Not to be used directly.

FUNCTIONS

Aside from functions listed below, it inherits functions from Pg::SQL::PrettyPrinter::Node.

new

Makes object, first using parent's constructur, and then "unpacks" it's elements.

as_text

Returns this object as plain text, with next to none formatting.

pretty_print

Returns this object as text using pretty printing.

operator

What this test is testing for. Possible types:

  • IS TRUE

  • IS FALSE

  • IS UNKNOWN

  • IS NOT TRUE

  • IS NOT FALSE

  • IS NOT UNKNOWN

AUTHOR

hubert depesz lubaczewski, <depesz at depesz.com>

BUGS

Please report any bugs or feature requests to depesz at depesz.com.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Pg::SQL::PrettyPrinter::Node::BooleanTest