MySQLPool.isAutoReleased

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

  1. bool isAutoReleased(Prepared prepared)
    class MySQLPool
    bool
    isAutoReleased
  2. bool isAutoReleased(string sql)
  3. bool isAutoReleased(Nullable!PreparedInfo info)

Meta