public class DruidNativeJdbcExtractor
extends org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
| Constructor and Description |
|---|
DruidNativeJdbcExtractor() |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
getNativeCallableStatement(CallableStatement cs) |
PreparedStatement |
getNativePreparedStatement(PreparedStatement ps) |
ResultSet |
getNativeResultSet(ResultSet rs) |
Statement |
getNativeStatement(Statement stmt) |
getNativeConnection, getNativeConnectionFromStatement, isNativeConnectionNecessaryForNativeCallableStatements, isNativeConnectionNecessaryForNativePreparedStatements, isNativeConnectionNecessaryForNativeStatementspublic Statement getNativeStatement(Statement stmt) throws SQLException
getNativeStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorgetNativeStatement in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapterSQLExceptionpublic PreparedStatement getNativePreparedStatement(PreparedStatement ps) throws SQLException
getNativePreparedStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorgetNativePreparedStatement in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapterSQLExceptionpublic CallableStatement getNativeCallableStatement(CallableStatement cs) throws SQLException
getNativeCallableStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorgetNativeCallableStatement in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapterSQLExceptionpublic ResultSet getNativeResultSet(ResultSet rs) throws SQLException
getNativeResultSet in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorgetNativeResultSet in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapterSQLExceptionCopyright © 2013–2018 Alibaba Group. All rights reserved.