Skip to content

twenty-first/sqlparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlparser

A parser for SQL

build

sqlparser is an SQL parser written in Java with the help of the ANTLR parser generator. It aims to be very liberal in the syntax it accepts, so as to be useful to implement translators between different SQL dialects. Currently IBM DB2 for i is the better supported input language, with a specific emphasis on Embedded SQL statements for COBOL and RPG IV.

This project is in an "always in progress, works for me" stage and it is likely to stay that way indefinitely. It is available from the Maven Central repository.