public interface JdbcException
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode()
Returns the H2-specific error code.
|
String |
getOriginalMessage()
INTERNAL
|
String |
getSQL()
Returns the SQL statement.
|
void |
setSQL(String sql)
INTERNAL
|
String |
toString()
Returns the class name, the message, and in the server mode, the stack
trace of the server
|
int getErrorCode()
String getOriginalMessage()
String getSQL()
SQL statements that contain '--hide--' are not listed.
void setSQL(String sql)
sql - to setCopyright © 2022. All rights reserved.