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, isNativeConnectionNecessaryForNativeStatements
public Statement getNativeStatement(Statement stmt) throws SQLException
getNativeStatement
in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
getNativeStatement
in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
SQLException
public PreparedStatement getNativePreparedStatement(PreparedStatement ps) throws SQLException
getNativePreparedStatement
in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
getNativePreparedStatement
in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
SQLException
public CallableStatement getNativeCallableStatement(CallableStatement cs) throws SQLException
getNativeCallableStatement
in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
getNativeCallableStatement
in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
SQLException
public ResultSet getNativeResultSet(ResultSet rs) throws SQLException
getNativeResultSet
in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
getNativeResultSet
in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
SQLException
Copyright © 2013–2017 Alibaba Group. All rights reserved.