Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java API
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Other JSE/JEE APIs
java sql parser
kishore goswami
Greenhorn
Posts: 18
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all
Is there any API's available for parsing sql queries and storing the result into
java
collection objects.
Thanks
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
JDBC
?
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Lukas Eder
Ranch Hand
Posts: 50
5
I like...
posted 3 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
16 years late 😅, but you might find jOOQ's integrated SQL parser useful:
https://www.jooq.org/doc/latest/manual/sql-building/sql-parser
. It can be used as an API, scriptable or interactive CLI, or on the website, if you're looking for translating between dialects:
https://www.jooq.org/translate
I made
jOOQ
I don't always make ads but when I do they're tiny
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Suggest Best book for a hibernate beginner
Parse SQL Query using java
head first sql
How to check which version of Oracle
jdbc date object
More...