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

Method InsertTimestampAsUtc

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

Source from the content-addressed store, hash-verified

74 const char *BinaryCollate() const override { return "utf8mb4_bin"; }
75 void ToUnixTimestamp(const char *pTimestamp, char *aBuf, unsigned int BufferSize) override;
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()"; }

Callers 3

SaveScoreMethod · 0.45
SaveTeamScoreMethod · 0.45
InsertMapMethod · 0.45

Calls

no outgoing calls

Tested by 1

InsertMapMethod · 0.36