Uses of Interface
org.jooq.CloseableDSLContext
-
Packages that use CloseableDSLContext Package Description org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of CloseableDSLContext in org.jooq.impl
Classes in org.jooq.impl that implement CloseableDSLContext Modifier and Type Class Description class
DefaultCloseableDSLContext
An extension ofDefaultDSLContext
that implements also theCloseableDSLContext
contract.Methods in org.jooq.impl that return CloseableDSLContext Modifier and Type Method Description static @NotNull CloseableDSLContext
DSL. using(String url)
Create an executor from a JDBC connection URL.static @NotNull CloseableDSLContext
DSL. using(String url, String username, String password)
Create an executor from a JDBC connection URL.static @NotNull CloseableDSLContext
DSL. using(String url, Properties properties)
Create an executor from a JDBC connection URL.
-