+ Every procedure or function (routine) in your database will generate a
+ Procedures or functions contained in packages or UDTs are generated in a sub-package that corresponds to the package or UDT name. +
+ ++ Routine generation cannot be deactivated +
+
+ Every UDT in your database will generate a
+ Besides the
+ UDT generation cannot be deactivated +
++ These chapters hold some information about tools to be used with jOOQ +
+
+ The
+ A short overview of such a debugging session can be seen here: +
+
+
+ Please note that the jOOQ Console is still experimental. Any feedback is very welcome on
+ the jooq-user group
+
+ The jOOQ Console can be run in two different modes: +
+
+ Both modes will require that you set the
+ Or when using programmatic settings: +
+ ++ The in-process mode is useful for Swing applications or other, locally run Java programs accessing the database via jOOQ. In order to launch the jOOQ Console "in-process", specify the previously documented settings and launch the Console as follows: +
+ ++ Only in the in-process mode, you can execute ad-hoc queries directly from the console, if you provide it with proper DatabaseDescriptor. These queries are executed from the Editor pane which features: +
+
+ + In J2EE or other server/client environments, you may not be able to run the console in the same process as your application. You can then run the jOOQ Console in "headless" mode. In addition to the previously documented settings, you'll have to start a debugger server in your application process, that the console can connect to: +
+ ++ Now start your application along with the debugger server and launch the console with this command: +
+ ++ Depending on your distribution, you may have to manually add rsyntaxtextarea-1.5.0.jar and jOOQ artefacts on your classpath. +
++ These chapters hold some general jOOQ reference information +
+