Module org.jooq

Class MockStatement

java.lang.Object
org.jooq.tools.jdbc.JDBC41Statement
org.jooq.tools.jdbc.MockStatement
All Implemented Interfaces:
AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper

public class MockStatement extends JDBC41Statement implements CallableStatement
A mock statement.

This statement can be used to mock any of these:

Author:
Lukas Eder
See Also: