com.alibaba.druid.support.spring
Class DruidNativeJdbcExtractor
java.lang.Object
org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
com.alibaba.druid.support.spring.DruidNativeJdbcExtractor
- All Implemented Interfaces:
- org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
public class DruidNativeJdbcExtractor
- extends org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
| Methods inherited from class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter |
getNativeConnection, getNativeConnectionFromStatement, isNativeConnectionNecessaryForNativeCallableStatements, isNativeConnectionNecessaryForNativePreparedStatements, isNativeConnectionNecessaryForNativeStatements |
DruidNativeJdbcExtractor
public DruidNativeJdbcExtractor()
getNativeStatement
public Statement getNativeStatement(Statement stmt)
throws SQLException
- Specified by:
getNativeStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor- Overrides:
getNativeStatement in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Throws:
SQLException
getNativePreparedStatement
public PreparedStatement getNativePreparedStatement(PreparedStatement ps)
throws SQLException
- Specified by:
getNativePreparedStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor- Overrides:
getNativePreparedStatement in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Throws:
SQLException
getNativeCallableStatement
public CallableStatement getNativeCallableStatement(CallableStatement cs)
throws SQLException
- Specified by:
getNativeCallableStatement in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor- Overrides:
getNativeCallableStatement in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Throws:
SQLException
getNativeResultSet
public ResultSet getNativeResultSet(ResultSet rs)
throws SQLException
- Specified by:
getNativeResultSet in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor- Overrides:
getNativeResultSet in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Throws:
SQLException
Copyright © 2012 Alibaba Group. All Rights Reserved.