SQL scipts parser - Mailing list pgsql-jdbc

From Maciej Gawinecki
Subject SQL scipts parser
Date
Msg-id 49A80173.5080104@gmail.com
Whole thread Raw
Responses Re: SQL scipts parser  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
I'm looking for Java open-source SQL script reader/parser.

That would allow me to find SQL comments about tables and columns,
usually given in the neighbourhood of CREATE TABLE, ALTER TABLE commands.

I suppose there's something like this in JDBC for PostgreSQL. Can you
point me the sources/classes containing such a parser?

Best,
Maciej

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: ResultSetMetaData.getColumnDisplaySize returns 2147483647 ?
Next
From: Dave Cramer
Date:
Subject: Re: SQL scipts parser