java.lang.Object | ||
↳ | java.util.EventObject | |
↳ | javax.sql.StatementEvent |
A statement event that a PreparedStatement is closed
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
|||||||||||
From class
java.lang.Object
|
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