|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PstmtDelegate
Unwrap the PreparedStatement to get the specific underlying implementation.
This is used to handle specific JDBC driver issues. Typically this means getting the OraclePreparedStatement to handle Oracle specific issues etc.
Method Summary | |
---|---|
PreparedStatement |
unwrap(PreparedStatement pstmt)
Unwrap the PreparedStatement to get the specific underlying implementation. |
Method Detail |
---|
PreparedStatement unwrap(PreparedStatement pstmt)
pstmt
- the PreparedStatement coming out of the connection pool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |