On Wednesday, 25 March 2015 03:34:56 UTC+10, [email protected] wrote: > > Hi, > > Where can I find complete source code for the Java 8 examples on > http://www.jooq.org/java-8-and-sql ? > > All of the samples use a class called Schema, but I can't tell exactly > what it is. Some sort of generic tuple class? >
To answer my own question, this seems to be the source code for the jOOQ and Java 8 examples (or a version of them): https://github.com/jOOQ/jOOQ-s-Java-8-Goodies/blob/master/src/main/java/org/jooq/java8/goodies/sql/SQLGoodies.java -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
