java.lang.Object | ||
↳ | java.util.EventObject | |
↳ | javax.sql.StatementEvent |
A statement event that a PreparedStatement is closed
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
the constructor
|
||||||||||
|
the constructor with null exception
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the exception to be thrown
|
||||||||||
|
Returns the statement of this event
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
the constructor
con | the statment related connection |
---|---|
statement | the statement to be closed |
exception | the exception to throw |
the constructor with null exception
con | the statment related connection |
---|---|
statement | the statement to be closed |
Returns the exception to be thrown