Client class abstract

The execution and query context of the Cassandra client. Underlying implementation may use a connection pool or just a single connection.

Implementers

Constructors

Client()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(String query, {Consistency consistency, dynamic values, dynamic hint}) Future<void>
Execute query with the given parameters.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(String query, {Consistency? consistency, dynamic values, int? pageSize, Uint8List? pagingState, dynamic hint}) Future<ResultPage>
Execute data row query with the given parameters and return a page object of the results rows (and further pagination support).
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited