MCPcopy Create free account
hub / github.com/ddnet/ddnet / InsertIgnore

Method InsertIgnore

src/engine/server/databases/mysql.cpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 const char *InsertTimestampAsUtc() const override { return "?"; }
77 const char *CollateNocase() const override { return "CONVERT(? USING utf8mb4) COLLATE utf8mb4_general_ci"; }
78 const char *InsertIgnore() const override { return "INSERT IGNORE"; }
79 const char *Random() const override { return "RAND()"; }
80 const char *MedianMapTime(char *pBuffer, int BufferSize) const override;
81 const char *False() const override { return "FALSE"; }

Callers 4

SaveScoreMethod · 0.45
SaveTeamScoreMethod · 0.45
SaveTeamMethod · 0.45
InsertMapMethod · 0.45

Calls

no outgoing calls

Tested by 1

InsertMapMethod · 0.36