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

Method SetErrmsg

storage/connect/Mongo3Interface.java:61–66  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

59 } // end of constructor
60
61 protected void SetErrmsg(String str) {
62 if (DEBUG)
63 System.out.println(str);
64
65 Errmsg = str;
66 } // end of SetErrmsg
67
68 protected void SetErrmsg(Exception e) {
69 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