|
General SQL Parser
-
Version
0.7.0
General SQL Parser is developed to help people who
want to check syntax of SQL statements, pretty print
out SQL statements,and parse SQL statements into a
parse tree in their own program. It provides detail
information about a SQL statement such as statement
types (Select, insert, update, delete or create and
so on), what's tables and fields are used in a
statement, and different parts of a SQL statement are
also available such as where clause, group by clause
and having clause and so on...
General SQL Parser is designed to deal with SQL
statement used by different Database
Such as Oracle,DB2,Informix,Sybase,Postgres,MySQL and
so on.
And we will make it conforms to most of the entry-
level SQL92 Standard.
|