public class DriverManagerPooledPreparedStatement extends Object implements InvocationHandler
| Constructor and Description |
|---|
DriverManagerPooledPreparedStatement(DriverManagerPooledConnection 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 DriverManagerPooledPreparedStatement(DriverManagerPooledConnection 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 © 2013. All Rights Reserved.