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
-
DateTime =
70_i8
-
Temporal Types
-
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?
- #duration?
- #failure?
- #ignored?
- #local_date_time?
- #local_time?
- #node?
- #path?
- #point2_d?
- #point3_d?
- #record?
- #relationship?
- #success?
- #time?
- #unbound_relationship?