T - The type of POJO associated with the statement.public static class UpdateImpl.OptionsImpl<T> extends ForwardingStatementImpl<Void,VoidFuture,T,UpdateImpl<T>> implements Update.Options<T>
OptionsImpl class defines the options of an UPDATE statement.statementbridge, CI_PREFIX, idempotent, isCounterOp, mgr, MK_PREFIX, resultClass, simpleSize, UDT_C_PREFIX| Modifier and Type | Method and Description |
|---|---|
Update.Options<T> |
and(Using<?> using) |
Update<T> |
ifExists() |
Update.Conditions<T> |
onlyIf(Clause condition) |
Update.Conditions<T> |
previouslyIf(Clause condition) |
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.Options<T> and(Using<?> using)
and in interface Update.Options<T>Update.Options.and(org.helenus.driver.Using)public Update.Assignments<T> with(Assignment... assignments)
with in interface Update.Options<T>Update.Options.with(org.helenus.driver.Assignment[])public Update<T> ifExists()
ifExists in interface Update.Options<T>Update.Options.ifExists()public Update.Conditions<T> onlyIf(Clause condition)
onlyIf in interface Update.Options<T>Update.Options.onlyIf(org.helenus.driver.Clause)public Update.Conditions<T> previouslyIf(Clause condition)
previouslyIf in interface Update.Options<T>Update.Options.previouslyIf(org.helenus.driver.Clause)Copyright (C) 2015-2017 The Helenus Driver Project Authors.