T - The type of POJO associated with the statement.public static class InsertImpl.OptionsImpl<T> extends ForwardingStatementImpl<Void,VoidFuture,T,InsertImpl<T>> implements Insert.Options<T>
OptionsImpl class defines the options of an INSERT
statement.statementbridge, CI_PREFIX, idempotent, isCounterOp, mgr, MK_PREFIX, resultClass, simpleSize, UDT_C_PREFIX| Modifier and Type | Method and Description |
|---|---|
Insert.Options<T> |
and(Using<?> using) |
Insert<T> |
value(String name) |
Insert<T> |
value(String name,
Object value) |
Insert<T> |
values(String... names) |
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 Insert.Options<T> and(Using<?> using)
and in interface Insert.Options<T>Insert.Options.and(org.helenus.driver.Using)public Insert<T> value(String name)
value in interface Insert.Options<T>Insert.Options.value(java.lang.String)public Insert<T> values(String... names)
values in interface Insert.Options<T>Insert.Options.values(java.lang.String[])public Insert<T> value(String name, Object value)
value in interface Insert.Options<T>Insert.Options.value(java.lang.String, java.lang.Object)Copyright (C) 2015-2017 The Helenus Driver Project Authors.