Connection.isRegistered

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

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

Meta