Uses of Interface
org.jooq.CloseableDSLContext
-
Uses of CloseableDSLContext in org.jooq.impl
Modifier and TypeClassDescriptionclass
An extension ofDefaultDSLContext
that implements also theCloseableDSLContext
contract.Modifier 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.