Package | Description |
---|---|
com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
com.datastax.oss.driver.api.core.cql |
Modifier and Type | Method and Description |
---|---|
default <TargetElementT> |
PagingIterable.map(Function<? super ElementT,? extends TargetElementT> elementMapper)
Creates a new instance by transforming each element of this iterable with the provided
function.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSet
The result of a synchronous CQL query.
|
Copyright © 2017–2019. All rights reserved.