|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A listener for messages that are reported during administrative operations.
| Method Summary | |
void |
error(String msg,
int lineNo,
int columnNo,
Statement statement)
An error message with optionally line and column number and the statement to indicate the source of the error. |
void |
notification(String msg,
int lineNo,
int columnNo,
Statement statement)
A notification message (not an error) with optionally line and column number and the statement to indicate the source of the notification. |
void |
status(String msg,
int lineNo,
int columnNo)
A status message with optional line and column number to indicate progress. |
void |
transactionEnd()
Indicates the end of a transaction. |
void |
transactionStart()
Indicates the start of a transaction. |
void |
warning(String msg,
int lineNo,
int columnNo,
Statement statement)
A warning message with optionally line and column number and the statement to indicate the source of the warning. |
| Method Detail |
public void transactionStart()
public void transactionEnd()
public void status(String msg,
int lineNo,
int columnNo)
msg - The status message.lineNo - A line number, or -1 if unavailable or irrelevant.columnNo - A column number, or -1 if unavailable or irrelevant.
public void notification(String msg,
int lineNo,
int columnNo,
Statement statement)
msg - The notification message.lineNo - A line number, or -1 if unavailable or irrelevant.columnNo - A column number, or -1 if unavailable or irrelevant.statement - The statement, or null if unavailable or
irrelevant.
public void warning(String msg,
int lineNo,
int columnNo,
Statement statement)
msg - The warning message.lineNo - A line number, or -1 if unavailable or irrelevant.columnNo - A column number, or -1 if unavailable or irrelevant.statement - The statement, or null if unavailable or
irrelevant.
public void error(String msg,
int lineNo,
int columnNo,
Statement statement)
msg - The error message.lineNo - A line number, or -1 if unavailable or irrelevant.columnNo - A column number, or -1 if unavailable or irrelevant.statement - The statement, or null if unavailable or
irrelevant.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||