weimingtom / sqlitegen

Automatically exported from code.google.com/p/sqlitegen
1 stars 0 forks source link

Possibility to generate class on basis of provided "create" sql script #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be a really good feature to make it possible to generate classes based 
on already existent "create" script.
For example if parser finds GEN_CREATE constant in interface with 
TableInterface annotation it will try to parse the script which the constant 
contains.

Original issue reported on code.google.com by Alexandr...@gmail.com on 3 Aug 2011 at 7:47