class

Cassandra::DBApi::PreparedStatement

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

Constructors

new(session : DBApi::Session, cql : String, paging_size : UInt64 | Nil)
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
perform_exec(*args, **options) : DB::ExecResult
Source
perform_query(*args, **options) : DB::ResultSet
Source

Nested types