JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
-
Updated
Nov 4, 2024 - Java
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
SQL(select) parser written with jison. parse SQL into abstract syntax tree(AST) and stringify back to SQL. sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html
Text-to-SQL in the Wild: A Naturally-Occurring Dataset Based on Stack Exchange Data
SQL to JSON parser using JsqlParser
[sql to spark DataSet] A library to translate SQL query into Spark DataSet API using JSQLParser and Scala implicit
一个用java实现的快速查询组件:whale: ,支持mysql,oracle,sqlserver
A memory aware and time efficient SQL query parser in Java using jsqlparser.
JSqlParser.NET parses an SQL statement and translate it into a hierarchy of .NET classes. The generated hierarchy can be navigated using the Visitor Pattern
Dremio SQL(select) parser written with jison. Parse SQL into abstract syntax tree(AST) and stringify back to SQL. SQL grammar follows https://docs.dremio.com/sql-reference/
JSON to SQL parser using JsqlParser
Add a description, image, and links to the jsqlparser topic page so that developers can more easily learn about it.
To associate your repository with the jsqlparser topic, visit your repo's landing page and select "manage topics."