pub unsafe extern "C" fn cass_session_prepare_from_existing(
    session: *mut CassSession,
    statement: *mut CassStatement
) -> *mut CassFuture
Expand description

Create a prepared statement from an existing statement.

Note: Bound statements will inherit the keyspace, consistency, serial consistency, request timeout and retry policy of the existing statement.

@public @memberof CassSession

@param[in] session @param[in] statement @return A future that must be freed.

@see cass_future_get_prepared()