MySQLPoolImpl.isAutoRegistered

Is the given statement set to be automatically registered on all connections obtained from this connection pool?

  1. bool isAutoRegistered(SafePrepared prepared)
  2. bool isAutoRegistered(UnsafePrepared prepared)
  3. bool isAutoRegistered(const(char[]) sql)
  4. bool isAutoRegistered(Nullable!PreparedInfo info)
    class MySQLPoolImpl(bool isSafe)
    package @safe
    bool
    isAutoRegistered
    (
    Nullable!PreparedInfo info
    )

Meta