Connection.isRegistered

Is the given statement registered on this connection as a prepared statement?

  1. bool isRegistered(Prepared prepared)
    class Connection
    bool
    isRegistered
  2. bool isRegistered(const(char[]) sql)
  3. bool isRegistered(Nullable!PreparedServerInfo info)

Meta