The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pg::SQL::PrettyPrinter::Node::String - Class representing single integer value

SYNOPSIS

Not to be used directly.

FUNCTIONS

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

as_text

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

as_ident

Returns this string as object identifier. Uses quote_ident from Pg::SQL::PrettyPrinter::Node.

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::String

COPYRIGHT & LICENSE

Copyright hubert depesz lubaczewski, all rights reserved.

This program is distributed under the (Revised) BSD License.