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

NAME

SQL::QueryBuilder::Pretty::Database::ANSI::Comment - Rule to process ANSI comments.

VERSION

Version 0.01

INHERITANCE

Is a SQL::QueryBuilder::Pretty::Rule.

DESCRIPTION

Rule to process ANSI comments.

METHODS

PACKAGE->new()

Initializes the object.

$obj->action($print_object, $token)

THe action to be executed on match. Must return 1 to skip the next rules.

$print_object is a SQL::QueryBuilder::Pretty::Print object.

$token is the result of the match.

$obj->match

Returns the match regular expression for this rule.

$obj->name

Returns the name of the rule. By default the pm file. Not used yet.

$obj->order

Returns the order value for this rule. Default is 999.

$obj->type

Returns the type of this rule. Not used yet.

SEE ALSO

SQL::QueryBuilder::Pretty, SQL::QueryBuilder::Pretty::Print and SQL::QueryBuilder::Pretty::Rule.

AUTHOR

André Rivotti Casimiro, <rivotti at cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by André Rivotti Casimiro. Published under the terms of the Artistic License 2.0.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 83:

Non-ASCII character seen before =encoding in 'André'. Assuming UTF-8