org.mobicents.slee.resource.jdbc.event
Interface PreparedStatementUnknownResultEvent
- All Superinterfaces:
- PreparedStatementEvent
public interface PreparedStatementUnknownResultEvent
- extends PreparedStatementEvent
An event which provides the results for the execution of unknown sql in a
PreparedStatement. Concrete results should be retrieved from the
PreparedStatement object, through
Statement.getResultSet(),
Statement.getUpdateCount() and
Statement.getMoreResults()
- Author:
- martins
EVENT_TYPE_ID
static final javax.slee.EventTypeID EVENT_TYPE_ID
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.