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

Field Summary
static javax.slee.EventTypeID EVENT_TYPE_ID
           
 
Method Summary
 int getUpdateCount()
          Retrieves the executed SQL update count.
 
Methods inherited from interface org.mobicents.slee.resource.jdbc.event.PreparedStatementEvent
getPreparedStatement
 

Field Detail

EVENT_TYPE_ID

static final javax.slee.EventTypeID EVENT_TYPE_ID
Method Detail

getUpdateCount

int getUpdateCount()
Retrieves the executed SQL update count.

Returns:


Copyright © 2011. All Rights Reserved.