T - the result typepublic interface SingleReadWithColumns<T> extends SingleRead<T>
| Modifier and Type | Method and Description |
|---|---|
SingleReadWithColumns<T> |
column(ColumnName<?> name) |
SingleReadWithColumns<T> |
column(String name) |
SingleReadWithColumns<T> |
columns(ColumnName<?>... names) |
SingleReadWithColumns<T> |
columns(String... names) |
SingleReadWithColumns<T> |
columnWithMetadata(ColumnName<?> name) |
SingleReadWithColumns<T> |
columnWithMetadata(String name) |
withConsistency, withoutTracking, withTrackingexecute, executeAsyncSingleReadWithColumns<T> column(String name)
name - the column name to readSingleReadWithColumns<T> columnWithMetadata(String name)
name - the column name incl. meta data to readSingleReadWithColumns<T> columns(String... names)
names - the column names to readSingleReadWithColumns<T> column(ColumnName<?> name)
name - the column name to readSingleReadWithColumns<T> columnWithMetadata(ColumnName<?> name)
name - the column name incl. meta data to readSingleReadWithColumns<T> columns(ColumnName<?>... names)
names - the column names to readCopyright © 2012–2015 1&1. All rights reserved.