A MySQL schema parser in Java?

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2010-05-25T09:49:28Z Indexed on 2010/05/25 9:51 UTC
Read the original article Hit count: 338

Filed under:
|
|
|

Hi all,

Does anyone know whether there is a java library for parsing a MySQL schema? In code I want to be able to determine the tables and fields specified in a schema. Or am I going to have to write my own?

Thanks Richard.

© Stack Overflow or respective owner

Related posts about java

Related posts about mysql