enum Neo4j::PackStream::Unpacker::StructureTypes
Defined in:
neo4j/pack_stream/unpacker.crEnum Members
-
Node =
78_i8 -
Primitive Types
-
Relationship =
82_i8 -
Path =
80_i8 -
UnboundRelationship =
114_i8 -
Record =
113_i8 -
Success =
112_i8 -
Result Types
-
Failure =
127_i8 -
Ignored =
126_i8 -
DateTimeWithOffset =
70_i8 -
Temporal Types
-
DateTimeWithTZ =
102_i8 -
LocalDateTime =
100_i8 -
Date =
68_i8 -
LocalTime =
116_i8 -
Time =
84_i8 -
Duration =
69_i8 -
Point2D =
88_i8 -
Spatial Types
-
Point3D =
89_i8
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?