org.jboss.resource.adapter.jdbc
Interface StatementAccess
- All Known Subinterfaces:
- WrappedStatement
- All Known Implementing Classes:
- WrappedCallableStatement, WrappedPreparedStatement, WrappedStatement
public interface StatementAccess
A simple interface that allow us to get the underlying driver specific
statement implementation back from the wrapper.
- Version:
- $Revision: 1.1.2.4 $
- Author:
- Scott.Stark@jboss.org, Adrian.Brock@jboss.com
getUnderlyingStatement
Statement getUnderlyingStatement()
throws SQLException
- Get the underlying statement
- Returns:
- the underlying statement
- Throws:
SQLException
- when already closed
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.