MySQLPool.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(Prepared prepared)
  2. bool isAutoCleared(const(char[]) sql)
    class MySQLPool
    bool
    isAutoCleared
    (
    const(char[]) sql
    )
  3. bool isAutoCleared(Nullable!PreparedInfo info)

Meta