MySQLPoolImpl.isAutoCleared

Is the given statement set for NEITHER auto-register NOR auto-release on connections obtained from this connection pool?

Equivalent to !isAutoRegistered && !isAutoReleased.

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

Meta