Skip to main contentCrate rsmgclient
Source - ConnectParams
- Parameters for connecting to database.
- Connection
- Encapsulates a database connection.
- Date
- A calendar date (year-month-day) with no time zone. Backed by
jiff. - DateTime
- Representation of a DateTime value with timezone support.
- Duration
- A signed, calendar-free duration (a fixed amount of time). Backed by
jiff. - LocalDateTime
- A date and wall-clock time with no time zone. Backed by
jiff. - LocalTime
- A wall-clock time of day (no date, no time zone). Backed by
jiff. - Node
- Representation of node value from a labeled property graph.
- Path
- Representation of sequence of alternating nodes and relationships corresponding
to a walk in a labeled property graph.
- Point2D
- Representation of Point2D spatial data type.
- Point3D
- Representation of Point3D spatial data type.
- Record
- Representation of a single row returned by database.
- Relationship
- Representation of relationship value from a labeled property graph.
- UnboundRelationship
- Representation of relationship from a labeled property graph.
- ConnectionStatus
- Representation of current connection status.
- MgError
- Error types returned by the Memgraph client.
- QueryParam
- Representation of parameter value used in query.
- SSLMode
- Determines whether a secure SSL TCP/IP connection will be negotiated with the server.
- Value
- Representation of Bolt value returned by database.
- TrustCallback
- Type alias for SSL trust callback function.