Hello Danny, I think your breaking new grounds here.
I have to admit, I don't know MySQL's GIS extensions. Googling it seems to indicate that this is about spatial functionality in MySQL: http://dev.mysql.com/doc/refman/5.6/en/spatial-extensions.html Right now there is no such support in jOOQ, but this could probably be useful to other users as well. How does the MySQL JDBC driver interact with those geometric data types? Through the standard JDBC API? Do you have some examples of what you'd like to do with jOOQ and GIS? Cheers Lukas 2011/12/6 Danny D <[email protected]>: > Hi, > > I'm very new to Jooq, have checked the manual, have searched the list, > but perhaps I've overlooked the answer. > > Is there a way that GIS extensions and data types could be supported > with Jooq and MySQL? Could it be done easily as a UDT? > > Thanks, > DD
