java.lang.Object
org.jooq.tools.jdbc.JDBC41Connection
- Direct Known Subclasses:
DefaultConnection
,MockConnection
Deprecated.
- 3.15.0 - [#11618] - This type is no longer used by jOOQ and
will be removed in the future.
Add JDBC 4.1 API compliance to a JDBC 4.0
Connection
.
Extend this type if you want to compile Connection
implementations on
both JDBC 4.0 (JDK 6) and 4.1 (JDK 7).
- Author:
- Lukas Eder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.int
Deprecated.Deprecated.void
setNetworkTimeout
(Executor executor, int milliseconds) Deprecated.void
Deprecated.
-
Constructor Details
-
JDBC41Connection
public JDBC41Connection()Deprecated.
-
-
Method Details
-
setSchema
Deprecated.- Throws:
SQLException
-
getSchema
Deprecated.- Throws:
SQLException
-
abort
Deprecated.- Throws:
SQLException
-
setNetworkTimeout
Deprecated.- Throws:
SQLException
-
getNetworkTimeout
Deprecated.- Throws:
SQLException
-