Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kuzu
main
Kuzu
CannotAllocateConnection
Client
Config
Connection
Error
MissingProperty
Node
ID
QueryError
QueryResult
Generated using Crystal 1.14.0
2024-11-26 08:20:09 UTC
class
Kuzu::
Connection
Kuzu::Connection
Reference
Object
Defined in:
kuzu.cr
Constructors
.new
(connection : Pointer(LibKuzu::Connection))
Instance Method Summary
#close
#closed?
: Bool
#execute
(query : String)
#finalize
#query
(query : String, as type : Tuple(
*
T
), &) forall T
Constructor Detail
def self.
new
(connection : Pointer(LibKuzu::Connection))
#
[
View source
]
Instance Method Detail
def
close
#
[
View source
]
def
closed?
: Bool
#
[
View source
]
def
execute
(query : String)
#
[
View source
]
def
finalize
#
[
View source
]
def
query
(query : String, as type : Tuple(
*
T
), &) forall T
#
[
View source
]