public class StandardPstmtDelegate extends Object implements PstmtDelegate
| Constructor and Description |
|---|
StandardPstmtDelegate() |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
unwrap(PreparedStatement pstmt)
Unwrap the PreparedStatement from Ebean's DataSource implementation.
|
public PreparedStatement unwrap(PreparedStatement pstmt)
unwrap in interface PstmtDelegatepstmt - the PreparedStatement coming out of the connection poolCopyright © 2014. All Rights Reserved.