org.mobicents.slee.resource.jdbc.event
Interface PreparedStatementUpdateCountEvent
- All Superinterfaces:
- PreparedStatementEvent
public interface PreparedStatementUpdateCountEvent
- extends PreparedStatementEvent
An event which provides the results for the execution of update in a
PreparedStatement, a update count.
- Author:
- martins
|
Method Summary |
int |
getUpdateCount()
Retrieves the executed SQL update count. |
EVENT_TYPE_ID
static final javax.slee.EventTypeID EVENT_TYPE_ID
getUpdateCount
int getUpdateCount()
- Retrieves the executed SQL update count.
- Returns:
Copyright © 2011. All Rights Reserved.