Representation of integers returned from the database. See IntMode.
This value affects the results of all operations on this stream.
True if the stream is closed or closing.
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.
Parse and analyze a statement. This requires protocol version 2 or higher.
Execute 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").