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

All Superinterfaces:
StatementEvent

public interface StatementSQLExceptionEvent
extends StatementEvent

An event which provides the exception which occurred when executing a Statement.

Author:
martins

Field Summary
static javax.slee.EventTypeID EVENT_TYPE_ID
           
 
Method Summary
 java.sql.SQLException getSQLException()
          Retrieves the executed query's sql exception.
 
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

getSQLException

java.sql.SQLException getSQLException()
Retrieves the executed query's sql exception.

Returns:


Copyright © 2011. All Rights Reserved.