class Cassandra::DBApi::PreparedStatement
- Cassandra::DBApi::PreparedStatement
- DB::Statement
- Reference
- Object
Defined in:
cassandra/dbapi/statement.crConstructors
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.
- #perform_exec(*args, **options) : DB::ExecResult
- #perform_query(*args, **options) : DB::ResultSet
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.