public interface PstmtDelegate
This is used to handle specific JDBC driver issues. Typically this means getting the OraclePreparedStatement to handle Oracle specific issues etc.
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
unwrap(PreparedStatement pstmt)
Unwrap the PreparedStatement to get the specific underlying implementation.
|
PreparedStatement unwrap(PreparedStatement pstmt)
pstmt - the PreparedStatement coming out of the connection poolCopyright © 2014. All Rights Reserved.