NAME

TSQL::AST::SQLFragment - Base class for everything related to a SQL object.

VERSION

Version 0.01_001

SYNOPSIS

DESCRIPTION

Internal class. Please report bugs etc with reference to parent namespace/class TSQL::AST.

DEPENDENCIES

TSQL::AST::SQLFragment depends on the following modules:

AUTHOR

Ded MedVed, <dedmedved at cpan.org>

BUGS

Please report any bugs or feature requests to bug-tsql-ast at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=TSQL::AST. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

METHODS

new

  • TSQL::AST::SQLFragment->new()

It creates and returns a new TSQL::AST::SQLFragment object.

parse

  • $self->parse( int var ref, array of sqlfragments )

This is the method which parses the split up SQL code.

LIMITATIONS

No limitations are currently known, as far as the intended usage is concerned. You *are* bound to uncover a large number of problems.

Please report any problematic cases.

SUPPORT

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

perldoc TSQL::AST::SQLFragment

You can also look for information at:

ACKNOWLEDGEMENTS

    None yet.

SEE ALSO

LICENSE AND COPYRIGHT

Copyright 2012 Ded MedVed.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.