MySQLPool.isAutoReleased

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

  1. bool isAutoReleased(Prepared prepared)
  2. bool isAutoReleased(const(char[]) sql)
    class MySQLPool
    bool
    isAutoReleased
    (
    const(char[]) sql
    )
  3. bool isAutoReleased(Nullable!PreparedInfo info)

Meta