Interface StatementAccess

All Known Implementing Classes:
WrappedCallableStatement, WrappedCallableStatementJDK7, WrappedCallableStatementJDK8, WrappedPreparedStatement, WrappedPreparedStatementJDK7, WrappedPreparedStatementJDK8, WrappedStatement, WrappedStatementJDK7, WrappedStatementJDK8

public interface StatementAccess
A simple interface that allow us to get the underlying driver specific statement implementation back from the wrapper.
Version:
$Revision: 71554 $
Author:
sstark@redhat.com, abrock@redhat.com
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the underlying statement
  • Method Details

    • getUnderlyingStatement

      Statement getUnderlyingStatement() throws SQLException
      Get the underlying statement
      Returns:
      the underlying statement
      Throws:
      SQLException - when already closed