java.lang.Object
org.jooq.tools.jdbc.JDBC41Statement
- Direct Known Subclasses:
- DefaultStatement,- MockStatement
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 
Statement.
 
 Extend this type if you want to compile Statement,
 PreparedStatement, and CallableStatement implementations on
 both JDBC 4.0 (JDK 6) and 4.1 (JDK 7).
- Author:
- Lukas Eder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.<T> TDeprecated.<T> TDeprecated.booleanDeprecated.
- 
Constructor Details- 
JDBC41Statementpublic JDBC41Statement()Deprecated.
 
- 
- 
Method Details- 
closeOnCompletionDeprecated.- Throws:
- SQLException
 
- 
isCloseOnCompletionDeprecated.- Throws:
- SQLException
 
- 
getObjectDeprecated.- Throws:
- SQLException
 
- 
getObjectDeprecated.- Throws:
- SQLException
 
 
-