org.jboss.ejb.plugins.cmp.jdbc
Interface WrappedStatement

All Known Implementing Classes:
WrappedStatement (src)

public interface WrappedStatement

A nice simple interface that allow us to get the original statement back from the wrapper.


Method Summary
 java.sql.Statement getUnderlyingStatement()
           
 

Method Detail

getUnderlyingStatement

public java.sql.Statement getUnderlyingStatement()