Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
neo4j
v0.7.1
Array
Hash
Neo4j
ArgumentError
Bolt
Connection
Commands
Transaction
RolledBack
Cluster
Error
NotAClusterURI
Session
SessionClosed
ConnectionPool
Stats
TimeoutHelper
ConstraintValidationFailed
DirectDriver
Session
Driver
Duration
EquivalentSchemaRuleAlreadyExists
Exception
Failure
Field
Ignored
IndexAlreadyExists
Integer
LatLng
List
Map
Mappable
MappedRelationship
NestedTransactionError
Node
NodeLabels
PackStream
Error
Lexer
Overflow
Packer
Token
Type
Unpacker
StructureTypes
UnpackException
ParameterMissing
Path
Point2D
Point3D
ProcedureCallFailed
PropertyMissing
QueryException
Relationship
RelationshipType
Response
Result
RollbackException
Serializable
Node
Relationship
Session
Success
SyntaxError
TimeConverter
Timeout
Type
UnboundRelationship
UnknownResult
UnknownType
UUIDConverter
Value
Object
Time
Tuple
UUID
Built with Crystal 1.9.2
2023-10-08 11:33:24 UTC
struct
Neo4j::Point2D
Neo4j::Point2D
Struct
Value
Object
Defined in:
neo4j/type.cr
Constructors
.new
(x : Float64, y : Float64, type : Int16 =
7203_i16
)
Class Method Summary
.from_bolt
(io)
Instance Method Summary
#type
: Int16
#x
: Float64
#y
: Float64
Instance methods inherited from class
Object
to_bolt_params : Neo4j::Value
to_bolt_params
Constructor Detail
def self.
new
(x : Float64, y : Float64, type : Int16 =
7203_i16
)
#
[
View source
]
Class Method Detail
def self.
from_bolt
(io)
#
[
View source
]
Instance Method Detail
def
type
: Int16
#
[
View source
]
def
x
: Float64
#
[
View source
]
def
y
: Float64
#
[
View source
]