Abstract
Representation of integers returned from the database. See IntMode.
This value affects the results of all operations on this stream.
Abstract
closedTrue if the stream is closed or closing.
If you call closeGracefully, this will become true immediately, even if the underlying stream is not physically closed yet.
Return a builder for creating and executing a batch.
If useCursor
is true, the batch will be executed using a Hrana cursor, which will stream results from
the server to the client, which consumes less memory on the server. This requires protocol version 3 or
higher.
Abstract
clientAbstract
closeAbstract
closeParse and analyze a statement. This requires protocol version 2 or higher.
Abstract
getExecute a statement and return rows.
Execute a statement and return at most a single value.
Execute a statement without returning rows.
Execute a sequence of statements separated by semicolons. This requires protocol version 2 or higher.
Generated using TypeDoc
A stream for executing SQL statements (a "database connection").