Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ GetErrmsg
Method
GetErrmsg
storage/connect/JdbcInterface.java:53–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
// end of SetErrmsg
52
53
public
String GetErrmsg() {
54
String err = Errmsg;
55
56
Errmsg =
"No error"
;
57
return
err;
58
}
// end of GetErrmsg
59
60
protected
void
CheckURL(String url, String vendor) throws Exception {
61
if
(url == null)
Callers
6
main
Method · 0.45
discovery
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
2
main
Method · 0.36
main
Method · 0.36