MCPcopy 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

mainMethod · 0.45
discoveryMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainMethod · 0.36
mainMethod · 0.36