org.mobicents.slee.resource.jdbc.event
Interface StatementUnknownResultEvent

All Superinterfaces:
StatementEvent

public interface StatementUnknownResultEvent
extends StatementEvent

An event which provides the results for the execution of unknown sql in a Statement. Concrete results should be retrieved from the Statement object, through Statement.getResultSet(), Statement.getUpdateCount() and Statement.getMoreResults()

Author:
martins

Field Summary
static javax.slee.EventTypeID EVENT_TYPE_ID
           
 
Method Summary
 boolean getExecutionResult()
          Retrieves the statement sql execution result.
 
Methods inherited from interface org.mobicents.slee.resource.jdbc.event.StatementEvent
getAutoGeneratedKeys, getColumnIndexes, getColumnNames, getSQL, getStatement
 

Field Detail

EVENT_TYPE_ID

static final javax.slee.EventTypeID EVENT_TYPE_ID
Method Detail

getExecutionResult

boolean getExecutionResult()
Retrieves the statement sql execution result.

Returns:
true if the first result is a ResultSet object; false if it is an update count or there are no results


Copyright © 2011. All Rights Reserved.