| Package | Description | 
|---|---|
| org.jooq.tools.jdbc | The  org.jooq.tools.jdbcpackage contains compatibility classes
 to bridge between JDBC 4.0 and JDBC 4.1. | 
| Modifier and Type | Method and Description | 
|---|---|
| MockResult[] | MockFileDatabase. execute(MockExecuteContext ctx) | 
| MockResult[] | MockDataProvider. execute(MockExecuteContext ctx)Execution callback for a JDBC query execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,List<MockResult>> | MockFileDatabase. queries()Deprecated. 
 - Experimental: Do not use. Subject to change. | 
| Modifier and Type | Method and Description | 
|---|---|
| static MockDataProvider | Mock. of(MockResult... result)Create a new  MockDataProviderthat always returns the same mock
 results for all queries. | 
Copyright © 2019. All rights reserved.