pub unsafe extern "C" fn cass_session_connect_keyspace(
    session: *mut CassSession,
    cluster: *const CassCluster,
    keyspace: *const c_char
) -> *mut CassFuture
Expand description

Connects a session and sets the keyspace.

@public @memberof CassSession

@param[in] session @param[in] cluster The cluster configuration is copied into the session and is immutable after connection. @param[in] keyspace @return A future that must be freed.

@see cass_session_close()