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
Full-stack observability with actually useful AI | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JSqlParser!