MySQLPool.isAutoRegistered

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

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

Meta