enum Neo4j::PackStream::Unpacker::StructureTypes
Defined in:
neo4j/pack_stream/unpacker.crEnum Members
-
Node =
78_u8 -
Primitive Types
-
Relationship =
82_u8 -
Path =
80_u8 -
UnboundRelationship =
114_u8 -
Record =
113_u8 -
Success =
112_u8 -
Result Types
-
Failure =
127_u8 -
Ignored =
126_u8 -
DateTimeWithOffset =
70_u8 -
Temporal Types
-
DateTimeWithTZ =
102_u8 -
LocalDateTime =
100_u8 -
Date =
68_u8 -
LocalTime =
116_u8 -
Time =
84_u8 -
Duration =
69_u8 -
Point2D =
88_u8 -
Spatial Types
-
Point3D =
89_u8
Instance Method Summary
- #date?
- #date_time_with_offset?
- #date_time_with_tz?
- #duration?
- #failure?
- #ignored?
- #local_date_time?
- #local_time?
- #node?
- #path?
- #point2_d?
- #point3_d?
- #record?
- #relationship?
- #success?
- #time?
- #unbound_relationship?