class

Cassandra::DBApi::RawStatement

Inherits DB::Statement / DB::StatementMethods / DB::Disposable / Reference / Object

Constructors

new(session : Cassandra::DBApi::Session, cass_statement : Cassandra::LibCass::CassStatement, cql : String, paging_size : UInt64 | Nil)
Source
new(session, cql : String, paging_size)
Source

Instance methods

do_close

Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.

Source
reset_paging_state
Source
to_unsafe
Source