T - The type of POJO associated with the statement.public static class CreateTableImpl.OptionsImpl<T> extends ForwardingStatementImpl<Void,VoidFuture,T,CreateTableImpl<T>> implements CreateTable.Options<T>
OptionsImpl class defines the options of an CREATE
TABLE statement.statementbridge, CI_PREFIX, idempotent, isCounterOp, mgr, MK_PREFIX, resultClass, simpleSize, UDT_C_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateTable.Options<T> |
and(WithOptions option) |
CreateTable.Where<T> |
where() |
CreateTable.Where<T> |
where(Clause clause) |
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 CreateTable.Options<T> and(WithOptions option)
and in interface CreateTable.Options<T>CreateTable.Options.and(org.helenus.driver.WithOptions)public CreateTable.Where<T> where(Clause clause)
where in interface CreateTable.Options<T>CreateTable.Options.where(org.helenus.driver.Clause)public CreateTable.Where<T> where()
where in interface CreateTable.Options<T>CreateTable.Options.where()Copyright (C) 2015-2017 The Helenus Driver Project Authors.