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
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JSqlParser!