org.jboss.jca.adapters.jdbc
Interface StatementAccess

All Known Implementing Classes:
WrappedCallableStatement, WrappedCallableStatementJDK6, WrappedCallableStatementJDK7, WrappedPreparedStatement, WrappedPreparedStatementJDK6, WrappedPreparedStatementJDK7, WrappedStatement, WrappedStatementJDK6, WrappedStatementJDK7

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:
Scott.Stark@jboss.org, Adrian.Brock@jboss.com

Method Summary
 Statement getUnderlyingStatement()
          Get the underlying statement
 

Method Detail

getUnderlyingStatement

Statement getUnderlyingStatement()
                                 throws SQLException
Get the underlying statement

Returns:
the underlying statement
Throws:
SQLException - when already closed


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)