Uses of Interface
org.jooq.CloseableDSLContext
Packages that use CloseableDSLContext
-
Uses of CloseableDSLContext in org.jooq.impl
Classes in org.jooq.impl that implement CloseableDSLContextModifier and TypeClassDescriptionclass
An extension ofDefaultDSLContext
that implements also theCloseableDSLContext
contract.Methods in org.jooq.impl that return CloseableDSLContextModifier and TypeMethodDescriptionstatic @NotNull CloseableDSLContext
Create an executor from a JDBC or R2DBC connection URL.static @NotNull CloseableDSLContext
Create an executor from a JDBC or R2DBC connection URL.static @NotNull CloseableDSLContext
DSL.using(String url, Properties properties)
Create an executor from a JDBC or R2DBC connection URL.