public class PooledPreparedStatementEvent extends StatementEvent
source| Constructor and Description |
|---|
PooledPreparedStatementEvent(PooledConnection connection,
PreparedStatement statement,
SQLException exception,
String statementId) |
PooledPreparedStatementEvent(PooledConnection connection,
PreparedStatement statement,
String statementId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatementId() |
getSQLException, getStatementgetSource, toStringpublic PooledPreparedStatementEvent(PooledConnection connection, PreparedStatement statement, String statementId)
public PooledPreparedStatementEvent(PooledConnection connection, PreparedStatement statement, SQLException exception, String statementId)
public String getStatementId()
Copyright © 2017. All rights reserved.