Function MySQLPoolImpl.isAutoRegistered
Is the given statement set to be automatically registered on all connections obtained from this connection pool?
bool isAutoRegistered
(
SafePrepared prepared
) @safe;
bool isAutoRegistered
(
UnsafePrepared prepared
) @safe;
bool isAutoRegistered
(
const(char[]) sql
) @safe;
bool isAutoRegistered
(
Nullable!PreparedInfo info
) @safe;