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

Method SetErrmsg

storage/connect/Mongo2Interface.java:45–50  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

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

Callers 13

MongoConnectMethod · 0.95
MongoDisconnectMethod · 0.95
GetCollectionMethod · 0.95
FindCollMethod · 0.95
AggregateCollMethod · 0.95
ReadNextMethod · 0.95
ColumnDescMethod · 0.95
GetFieldObjectMethod · 0.95
DocAddMethod · 0.95
ArrayAddMethod · 0.95
CollInsertMethod · 0.95
CollUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected