MySQLPool.isAutoRegistered

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

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

Meta