Uses of Interface
org.jooq.tools.jdbc.MockCallable
-
Packages that use MockCallable Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of MockCallable in org.jooq
Methods in org.jooq with parameters of type MockCallable Modifier and Type Method Description <T> T
DSLContext. mockResult(MockDataProvider provider, MockCallable<T> mockable)
Run aMockRunnable
in the context of thisDSLContext
's underlyingScope.configuration()
's, and of aMockDataProvider
and return themockable
's outcome. -
Uses of MockCallable in org.jooq.impl
Methods in org.jooq.impl with parameters of type MockCallable Modifier and Type Method Description <T> T
DefaultDSLContext. mockResult(MockDataProvider provider, MockCallable<T> mockable)
-