Create parser for different databases such as MSSQL,Oracle to deal with different sql dialects.
Syntax check, give the error token, position and hint message.
Pretty print SQL statements with lots of configurable parameters, make it more readable.
Modify all parts of input sql, then rebuild on the fly.
Identify various database objects such as table, field, function in sqls.
Create different visitors to visit parse tree for any purpose with the full control of all tree nodes.
Export parse tree to xml string for further processing.
Generate a list of TCustomSqlStatement objects which represent the corresponding SQL statements that have beed parsed.
Parser can be instructed to ignore syntax error and continue.
Continuously check multiple SQL Statements even if there are syntax errors in some of these statements.
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.
Comments
No comments have been submitted for this product. Be the first user to submit a comment.
More Similar Software
General SQL Parser .NET version 1.8.4 ... 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 parse tree in their 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 ...
Metaspec C# Parser Library 2.0.0.108 ... Metaspec C# parser library is designed to provide the kernel for applications which require processing C# source code: refactoring, formatting, and verification applications, and other similar tools. C# parser is fully compliant with ECMA-334 and ECMA-335 standards. In addition, it supports Microsoft-specific extensions.
C# parser is available in two versions: a compilation parser and a transformation parser.
The compilation parser is designed for applications that require converting ...
Chilkat Xml Parser Component 2.2.1 ... Chilkat XML offers a high-performance alternative to the standard XML DOM for creating, navigating, and manipulating XML documents. The Chilkat XML parser is faster and less memory intensive, and the API is much simpler. There is only one interface, which represents a single node in a parsed XML document. A node can contains a tag, attributes, content, and 0 or more child nodes.
The Chilkat XML parser is a non-validating parser, which is intentional for two reasons: to maximize performance, ...
lastRSS.php 0.9.1 ... Simple yet powerfull PHP RSS parser/reader. Works as a PHP class and support RSS 0.9x, RSS/RDF 1.0 and RSS 2.0. It use quick regullar expressions instead of XML parser and returns associative array with RSS fields as a result. ...