mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-03-27 02:02:01 +08:00
Move module docu to work for NaturalDocs.
This commit is contained in:
@@ -17,13 +17,12 @@
|
||||
# ###########################################################################
|
||||
# QueryParser package $Revision: 7452 $
|
||||
# ###########################################################################
|
||||
|
||||
{
|
||||
# Package: QueryParser
|
||||
# QueryParser extracts parts of SQL statements, like table lists and subqueries.
|
||||
# This package differs from SQLParser because it only extracts from a query
|
||||
# what is needed and only when that can be accomplished rather simply. By
|
||||
# contrast, SQLParser parses the entire SQL statement no matter the complexity.
|
||||
{
|
||||
package QueryParser;
|
||||
|
||||
use strict;
|
||||
|
||||
Reference in New Issue
Block a user