MySQLPoolImpl.isAutoReleased

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

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

Meta