MCPcopy Create free account
hub / github.com/MariaDB/server / SetErrmsg

Method SetErrmsg

storage/connect/JdbcInterface.java:46–51  ·  view source on GitHub ↗
(Exception e)

Source from the content-addressed store, hash-verified

44 } // end of constructor
45
46 protected void SetErrmsg(Exception e) {
47 if (DEBUG)
48 System.out.println(e.getMessage());
49
50 Errmsg = e.toString();
51 } // end of SetErrmsg
52
53 public String GetErrmsg() {
54 String err = Errmsg;

Callers 15

JdbcConnectMethod · 0.95
CreatePrepStmtMethod · 0.95
SetStringParmMethod · 0.95
SetIntParmMethod · 0.95
SetShortParmMethod · 0.95
SetBigintParmMethod · 0.95
SetFloatParmMethod · 0.95
SetDoubleParmMethod · 0.95
SetTimestampParmMethod · 0.95
SetUuidParmMethod · 0.95
SetNullParmMethod · 0.95
ExecutePrepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected