T - The type of POJO associated with the statement.public static class UpdateImpl.ConditionsImpl<T> extends ForwardingStatementImpl<Void,VoidFuture,T,UpdateImpl<T>> implements Update.Conditions<T>
When provided some conditions, an update will not apply unless the provided conditions applies.
Please keep in mind that provided conditions has a non negligible performance impact and should be avoided when possible.
statementbridge, CI_PREFIX, idempotent, isCounterOp, mgr, MK_PREFIX, resultClass, simpleSize, UDT_C_PREFIX| Modifier and Type | Method and Description |
|---|---|
Update.Conditions<T> |
and(Clause condition) |
Update.Options<T> |
using(Using<?> using) |
Update.Where<T> |
where(Clause clause) |
Update.Assignments<T> |
with(Assignment... assignments) |
appendGroupSubType, appendGroupType, appendOptions, buildQueryString, buildQueryStrings, buildStatements, disable, disableErrorTracing, disableTracing, enable, enableErrorTracing, enableErrorTracing, enableTracing, enableTracing, execute, executeAsync, executeAsyncRaw, executeRaw, getConsistencyLevel, getContext, getDefaultTimestamp, getFetchSize, getKeyspace, getObjectClass, getPOJOContext, getQueryString, getReadTimeoutMillis, getRetryPolicy, getSerialConsistencyLevel, getUserData, isCounterOp, isDirty, isEnabled, isErrorTracing, isIdempotent, isTracing, setConsistencyLevel, setCounterOp, setDefaultTimestamp, setDirty, setDirty, setFetchSize, setIdempotent, setReadTimeoutMillis, setRetryPolicy, setSerialConsistencyLevel, setUserData, simpleSizeclearKeyspace, executeAsync0, executeAsyncRaw0, getClassInfo, getClassInfoImpl, getObject, init, init, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClassInfo, getObjectClassdisable, disableErrorTracing, disableTracing, enable, enableErrorTracing, enableErrorTracing, enableTracing, enableTracing, execute, executeAsync, executeAsyncRaw, executeRaw, getConsistencyLevel, getDefaultTimestamp, getFetchSize, getKeyspace, getQueryString, getReadTimeoutMillis, getRetryPolicy, getSerialConsistencyLevel, getUserData, isEnabled, isErrorTracing, isIdempotent, isTracing, setConsistencyLevel, setDefaultTimestamp, setFetchSize, setIdempotent, setReadTimeoutMillis, setRetryPolicy, setSerialConsistencyLevel, setUserDatapublic Update.Conditions<T> and(Clause condition)
and in interface Update.Conditions<T>Update.Conditions.and(org.helenus.driver.Clause)public Update.Assignments<T> with(Assignment... assignments)
with in interface Update.Conditions<T>Update.Conditions.with(org.helenus.driver.Assignment[])public Update.Where<T> where(Clause clause)
where in interface Update.Conditions<T>Update.Conditions.where(org.helenus.driver.Clause)public Update.Options<T> using(Using<?> using)
using in interface Update.Conditions<T>Update.Conditions.using(org.helenus.driver.Using)Copyright (C) 2015-2017 The Helenus Driver Project Authors.