If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > A new SQL parser

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-15-04, 04:49
gsqlparser gsqlparser is offline
Registered User
 
Join Date: Jun 2004
Posts: 4
A new SQL parser

General SQL Parser is developed to help people who want to check syntax of SQL statements,pretty print out SQL statements in their own program.
It can also provides more detail information about a SQL statement
such as statement types (Select, insert, update, delete or create and so on), what's table 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.

For more detail information,please check here:
http://www.wangz.net/gsqlparser
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On