|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StatementEvent
An event which provides the results for the execution of a Statement.
| Method Summary | |
|---|---|
java.lang.Integer |
getAutoGeneratedKeys()
Retrieves the autoGeneratedKeys parameter, which may be used in certain statement executions. |
int[] |
getColumnIndexes()
Retrieves the columnIndexes parameter, which may be used in certain statement executions. |
java.lang.String[] |
getColumnNames()
Retrieves the columnNames parameter, which may be used in certain statement executions. |
java.lang.String |
getSQL()
Retrieves the sql executed. |
java.sql.Statement |
getStatement()
Retrieves the executed Statement#. |
| Method Detail |
|---|
java.sql.Statement getStatement()
Statement#.
java.lang.String getSQL()
java.lang.Integer getAutoGeneratedKeys()
int[] getColumnIndexes()
java.lang.String[] getColumnNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||