pub unsafe extern "C" fn cass_statement_free(
    statement: *mut CassStatement
)
Expand description

Frees a statement instance. Statements can be immediately freed after being prepared, executed or added to a batch.

@public @memberof CassStatement

@param[in] statement