NAME

sql2003toxml - SQL AST as an XML

VERSION

version 0.003

AUTHOR

Jean-Damien Durand <jeandamiendurand@free.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Jean-Damien Durand.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

NAME

sql2003toxml - SQL AST as an XML

SYNOPSIS

sql2003toxml [options] [file]

where options can be:

--help        This help.

and arguments can be:

file          Input filename containing SQL statement

NOTES

  • If file is absent or equal to '-', then STDIN is assumed.
  • Any ambiguous parse will result in a failure, with a hopefully clear stack trace.

SEE ALSO

MarpaX::Languages::SQL2003::AST