|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides read-only access to Extended Error Data received from the server.
Method Summary | |
ResultSet |
getEedParams()
Returns a one-row result set containing any parameter values that accompany the error message. |
int |
getLineNumber()
Returns the line number of the stored procedure or query that caused the message, if applicable. |
String |
getProcedureName()
Returns the name of the procedure that caused the message. |
String |
getServerName()
Returns the name of the server that generated the message. |
int |
getSeverity()
Returns the severity of the server message. |
int |
getState()
Returns the server error state. |
int |
getStatus()
Returns the status from the EED information. |
int |
getTranState()
Returns the transaction state at the time of this message. |
Method Detail |
public int getState()
public int getSeverity()
public String getServerName()
public String getProcedureName()
public int getLineNumber()
public ResultSet getEedParams()
SybMessageHandler
callback.SybMessageHandler
public int getTranState()
public int getStatus()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |