class Cassandra::DBApi::RawStatement
- Cassandra::DBApi::RawStatement
- DB::Statement
- Reference
- Object
Defined in:
cassandra/dbapi/statement.crConstructors
- .new(session : Cassandra::DBApi::Session, cass_statement : Cassandra::LibCass::CassStatement, cql : String, paging_size : UInt64 | Nil)
- .new(session, cql : String, paging_size)
Instance Method Summary
-
#do_close
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.
- #reset_paging_state
- #to_unsafe : Cassandra::LibCass::CassStatement
Constructor Detail
def self.new(session : Cassandra::DBApi::Session, cass_statement : Cassandra::LibCass::CassStatement, cql : String, paging_size : UInt64 | Nil)
#
Instance Method Detail
def do_close
#
Description copied from module DB::Disposable
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.