Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
neo4j
v0.5.2
Neo4j
Bolt
Connection
Commands
Transaction
ConstraintValidationFailed
Duration
Exception
Failure
Ignored
IndexAlreadyExists
Integer
LatLng
List
Map
NestedTransactionError
Node
PackStream
Error
Lexer
Packer
Token
Type
Unpacker
StructureTypes
UnpackException
Path
Point2D
Point3D
PropertyMissing
QueryException
Relationship
Response
Result
RollbackException
StreamingResult
StreamingResultSet
Iterator
Success
TimeConverter
Type
UnboundRelationship
UnknownResult
UnknownType
UUIDConverter
Value
Time
Tuple
Built with Crystal 1.9.2
2023-10-08 01:37:41 UTC
enum
Neo4j::Bolt::Connection::Commands
Defined in:
neo4j/bolt/connection.cr
Enum Members
Init
=
1
Run
=
16
PullAll
=
63
AckFailure
=
14
Reset
=
15
Instance Method Summary
#ack_failure?
#init?
#pull_all?
#reset?
#run?
Instance Method Detail
def
ack_failure?
#
[
View source
]
def
init?
#
[
View source
]
def
pull_all?
#
[
View source
]
def
reset?
#
[
View source
]
def
run?
#
[
View source
]