class Cassandra::DBApi::RawStatement
- Cassandra::DBApi::RawStatement
- DB::Statement
- Reference
- Object
Defined in:
cassandra/dbapi/statement.crConstructors
- .new(session, cass_statement, cql : String, paging_size : UInt64?)
- .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
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.