Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
neo4j
v0.2.2
Neo4j
Bolt
Connection
Commands
Transaction
Exception
Failure
Ignored
NestedTransactionError
Node
PackStream
Error
Lexer
Packer
Token
Type
Unpacker
StructureTypes
UnpackException
Path
QueryException
Relationship
Result
RollbackException
Success
Type
UnboundRelationship
UnknownResult
Built with Crystal 1.9.2
2023-10-08 01:38:44 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
]