org.mobicents.slee.resource.jdbc.event
Interface PreparedStatementResultSetEvent
- All Superinterfaces:
- PreparedStatementEvent
public interface PreparedStatementResultSetEvent
- extends PreparedStatementEvent
An event which provides the results for the execution of query in a
PreparedStatement, a ResultSet.
- Author:
- martins
|
Method Summary |
java.sql.ResultSet |
getResultSet()
Retrieves the executed query's result set. |
EVENT_TYPE_ID
static final javax.slee.EventTypeID EVENT_TYPE_ID
getResultSet
java.sql.ResultSet getResultSet()
- Retrieves the executed query's result set.
- Returns:
Copyright © 2011. All Rights Reserved.