JSqlParser is a SQL statement parser. It translates SQLs in a traversable hierarchy of Java classes. JSqlParser is not limited to one database but provides support for a lot of specials of Oracle, SqlServer, MySQL, PostgreSQL. To name some, it has support for Oracles join syntax using (+), PostgreSQLs cast syntax using ::, relational operators like != and so on. Then the result can be accessed in a structured way. The generated Java class hierarchy can be navigated using the Visitor Pattern.
Features
- Supported Grammar and Syntax
- Please visit the WebSite. JSqlParser is a RDBMS agnostic SQL statement parser
- It translates SQL statements into a traversable hierarchy of Java classes
- JSqlParser aims to support the SQL standard as well as all major RDBMS
- Any missing syntax or features can be added on demand
- JSqlParser can also be used to create SQL Statements from Java Code with a fluent API
Categories
LibrariesLicense
Apache License V2.0Follow JSqlParser
Other Useful Business Software
World class QA, 100% done-for-you
MuukTest is a test automation service that combines our own proprietary, AI-powered software with expert QA services to help you achieve world class test automation at a fraction of the in-house costs.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JSqlParser!