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
  • Constructor Details

    • DruidNativeJdbcExtractor

      public DruidNativeJdbcExtractor()
  • Method Details

    • doGetNativeConnection

      protected Connection doGetNativeConnection(Connection con) throws SQLException
      Overrides:
      doGetNativeConnection in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
      Throws:
      SQLException
    • 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