Kuzu::
Connection class
Superclass | rb_cObject |
Extended With |
|
Kùzu connection class
Public Instance Methods
Executes the given statement
(a Kuzu::PreparedStatement
) after binding the given bound_variables
to it.
Return a string representation of the receiver suitable for debugging.
Returns the maximum number of threads of the connection to use for executing queries.
Sets the maximum number of threads of the connection to use for executing queries.
Create a new Kuzu::PreparedStatement
for the specified query_string
.
Execute the given query_string
via the connection and return the Kuzu::Result
. If a block is given, the result will instead be yielded to it, finished when it returns, and the return value of the block will be returned instead.
Execute the given query_string
and return true
if the query was successful.
Sets query timeout value in milliseconds for the connection.
Execute the given query_string
and return true
if the query was successful.