public class PooledPreparedStatement extends Object implements InvocationHandler
| Constructor and Description |
|---|
PooledPreparedStatement(AbstractPooledConnection<?> pooledConnection,
PreparedStatement actualStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finalize() |
PrintWriter |
getLogWriter() |
PreparedStatement |
getPreparedStatement() |
String |
getStatementId() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public PooledPreparedStatement(AbstractPooledConnection<?> pooledConnection, PreparedStatement actualStatement)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic String getStatementId()
public PreparedStatement getPreparedStatement()
public PrintWriter getLogWriter() throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic void finalize()
throws SQLException
finalize in class ObjectSQLExceptionCopyright © 2017. All rights reserved.