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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JSqlParser!