PreparedRegistrations.directLookup

Lookup payload by sql string.

Allowing access to directLookup from other parts of mysql-native IS intentional. PreparedRegistrations isn't intended as 100% encapsulation, it's mainly just to factor out common functionality needed by both Connection and MySQLPool.

struct PreparedRegistrations(Payload)
Payload[const(char[])] directLookup;

Meta