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 classDefaultCloseableDSLContextAn extension ofDefaultDSLContextthat implements also theCloseableDSLContextcontract.Methods in org.jooq.impl that return CloseableDSLContext Modifier and Type Method Description static @NotNull CloseableDSLContextDSL. using(String url)Create an executor from a JDBC connection URL.static @NotNull CloseableDSLContextDSL. using(String url, String username, String password)Create an executor from a JDBC connection URL.static @NotNull CloseableDSLContextDSL. using(String url, Properties properties)Create an executor from a JDBC connection URL.
-