-
-
06 Nov 2009 19:26:06 UTC
- Distribution: SQL-QueryBuilder-Pretty
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (594 / 296 / 0)
- Kwalitee
Bus factor: 0- 35.53% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (14.43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
André Rivotti Casimiro
- Dependencies
- Module::Pluggable
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
SQL::QueryBuilder::Pretty::Database::ANSI::Operator - Rule to process ANSI operators.
VERSION
Version 0.01
INHERITANCE
Is a SQL::QueryBuilder::Pretty::Rule.
DESCRIPTION
Rule to process ANSI operators.
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 81:
Non-ASCII character seen before =encoding in 'André'. Assuming UTF-8
Module Install Instructions
To install SQL::QueryBuilder::Pretty, copy and paste the appropriate command in to your terminal.
cpanm SQL::QueryBuilder::Pretty
perl -MCPAN -e shell install SQL::QueryBuilder::Pretty
For more information on module installation, please visit the detailed CPAN module installation guide.