| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Field and Description |
|---|---|
TableInfoImpl<T> |
FieldInfoImpl.tinfo
Holds the table information for this field.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TableInfoImpl<T>> |
CreateTableImpl.tables
List of tables to be created.
|
| Modifier and Type | Method and Description |
|---|---|
TableInfoImpl<T> |
UDTClassInfoImpl.getTableImpl()
Gets the fake table info defined by the user-defined POJO.
|
TableInfoImpl<T> |
UDTClassInfoImpl.getTableImpl(String name)
Gets the table info corresponding to the given table name.
|
TableInfoImpl<T> |
ClassInfoImpl.getTableImpl(String name)
Gets the table info corresponding to the given table name.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<TableInfoImpl<T>> |
UDTClassInfoImpl.getTablesImpl()
Gets the tables info defined by the POJO.
|
protected Collection<TableInfoImpl<T>> |
ClassInfoImpl.getTablesImpl()
Gets the tables info defined by the POJO.
|
protected java.util.stream.Stream<TableInfoImpl<T>> |
ClassInfoImpl.tablesImpl()
Gets the tables info defined by the POJO.
|
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder[] |
CreateTableImpl.buildQueryStrings(TableInfoImpl<T> table)
Builds query strings for the specified table.
|
protected StringBuilder[] |
AlterCreateTableImpl.buildQueryStrings(TableInfoImpl<T> table)
Builds query strings for the specified table.
|
static StringBuilder |
Utils.joinAndAppend(String keyspace,
TableInfoImpl<?> tinfo,
com.datastax.driver.core.TypeCodec<?> codec,
com.datastax.driver.core.CodecRegistry codecRegistry,
StringBuilder sb,
String separator,
Collection<? extends org.helenus.driver.impl.Utils.Appendeable> values,
Collection<? extends org.helenus.driver.impl.Utils.Appendeable> moreValues,
List<Object> variables) |
static StringBuilder |
Utils.joinAndAppend(String keyspace,
TableInfoImpl<?> tinfo,
com.datastax.driver.core.TypeCodec<?> codec,
com.datastax.driver.core.CodecRegistry codecRegistry,
StringBuilder sb,
String separator,
Collection<? extends org.helenus.driver.impl.Utils.Appendeable> values,
List<Object> variables) |
static StringBuilder |
Utils.joinAndAppendNames(TableInfoImpl<?> tinfo,
com.datastax.driver.core.TypeCodec<?> codec,
com.datastax.driver.core.CodecRegistry codecRegistry,
StringBuilder sb,
String separator,
Iterable<?> values) |
static StringBuilder |
Utils.joinAndAppendWithNoDuplicates(String keyspace,
TableInfoImpl<?> tinfo,
com.datastax.driver.core.TypeCodec<?> codec,
com.datastax.driver.core.CodecRegistry codecRegistry,
StringBuilder sb,
String separator,
Collection<? extends org.helenus.driver.impl.Utils.Appendeable> values,
List<Object> variables) |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.