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)
    class Connection
    bool
    isRegistered
    (
    const(char[]) sql
    )
  3. bool isRegistered(Nullable!PreparedServerInfo info)

Meta