public interface DeleteQueryData
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIfExists() |
com.google.common.collect.ImmutableMap<String,Object> |
getKeys() |
com.google.common.collect.ImmutableList<com.datastax.driver.core.querybuilder.Clause> |
getOnlyIfConditions() |
com.google.common.collect.ImmutableList<com.datastax.driver.core.querybuilder.Clause> |
getWhereConditions() |
DeleteQueryData |
ifExists(Boolean IfExists) |
DeleteQueryData |
keys(com.google.common.collect.ImmutableMap<String,Object> keys) |
DeleteQueryData |
onlyIfConditions(com.google.common.collect.ImmutableList<com.datastax.driver.core.querybuilder.Clause> onlyIfConditions) |
DeleteQueryData |
whereConditions(com.google.common.collect.ImmutableList<com.datastax.driver.core.querybuilder.Clause> whereConditions) |
DeleteQueryData keys(com.google.common.collect.ImmutableMap<String,Object> keys)
keys - the keysDeleteQueryData whereConditions(com.google.common.collect.ImmutableList<com.datastax.driver.core.querybuilder.Clause> whereConditions)
whereConditions - the where conditionsDeleteQueryData onlyIfConditions(com.google.common.collect.ImmutableList<com.datastax.driver.core.querybuilder.Clause> onlyIfConditions)
onlyIfConditions - the onlyIf conditionsDeleteQueryData ifExists(Boolean IfExists)
IfExists - the ifNotExits conditionscom.google.common.collect.ImmutableList<com.datastax.driver.core.querybuilder.Clause> getWhereConditions()
com.google.common.collect.ImmutableList<com.datastax.driver.core.querybuilder.Clause> getOnlyIfConditions()
Boolean getIfExists()
Copyright © 2012–2015 1&1. All rights reserved.