Skip to main content

object_exists_in

Function object_exists_in 

Source
async fn object_exists_in(
    session: &CqlSession,
    keyspace: &str,
    name: &str,
    system_table: &str,
    name_column: &str,
) -> Result<bool>
Expand description

Check whether an object with the given name exists in a system_schema table.