org.mobicents.slee.resource.jdbc.event
Interface StatementUpdateCountEvent
- All Superinterfaces:
- StatementEvent
public interface StatementUpdateCountEvent
- extends StatementEvent
An event which provides the results for the execution of update in a
Statement, 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.