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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JSqlParser!