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.1 $
- Author:
- Scott.Stark@jboss.org
getUnderlyingStatement
Statement getUnderlyingStatement()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.