Group
Extension

Pg-SQL-PrettyPrinter/lib/Pg/SQL/PrettyPrinter/Node/String.pod

=head1 NAME

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

=head1 SYNOPSIS

Not to be used directly.

=head1 FUNCTIONS

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

=head2 string

Helper method to return string value regardless of how it's provided in JSON.

This is required because of changes in underlying ruby library.

=head2 as_text

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

=head2 as_ident

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

=head1 AUTHOR

hubert depesz lubaczewski, C<< <depesz at depesz.com> >>

=head1 BUGS

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

=head1 SUPPORT

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

    perldoc Pg::SQL::PrettyPrinter::Node::String



Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.