public class NopNativeJdbcExtractor extends Object implements org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
| Constructor and Description |
|---|
NopNativeJdbcExtractor() |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
getNativeCallableStatement(CallableStatement cs) |
Connection |
getNativeConnection(Connection con) |
Connection |
getNativeConnectionFromStatement(Statement stmt) |
PreparedStatement |
getNativePreparedStatement(PreparedStatement ps) |
ResultSet |
getNativeResultSet(ResultSet rs) |
Statement |
getNativeStatement(Statement stmt) |
boolean |
isNativeConnectionNecessaryForNativeCallableStatements() |
boolean |
isNativeConnectionNecessaryForNativePreparedStatements() |
boolean |
isNativeConnectionNecessaryForNativeStatements() |
public boolean isNativeConnectionNecessaryForNativeStatements()
isNativeConnectionNecessaryForNativeStatements in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorpublic boolean isNativeConnectionNecessaryForNativePreparedStatements()
isNativeConnectionNecessaryForNativePreparedStatements in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorpublic boolean isNativeConnectionNecessaryForNativeCallableStatements()
isNativeConnectionNecessaryForNativeCallableStatements in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorpublic Connection getNativeConnection(Connection con) throws SQLException
getNativeConnection in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorSQLExceptionpublic Connection getNativeConnectionFromStatement(Statement stmt) throws SQLException
getNativeConnectionFromStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorSQLExceptionpublic Statement getNativeStatement(Statement stmt) throws SQLException
getNativeStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorSQLExceptionpublic PreparedStatement getNativePreparedStatement(PreparedStatement ps) throws SQLException
getNativePreparedStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorSQLExceptionpublic CallableStatement getNativeCallableStatement(CallableStatement cs) throws SQLException
getNativeCallableStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorSQLExceptionpublic ResultSet getNativeResultSet(ResultSet rs) throws SQLException
getNativeResultSet in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorSQLExceptionCopyright © 2017 DataLite. All rights reserved.