MySQLPoolImpl.isAutoReleased

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

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

Meta