object CassandraSource
Ordering
- Alphabetic
- By Inheritance
Inherited
- CassandraSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def create(session: CassandraSession, stmt: Statement[_]): Source[Row, NotUsed]
Create a Source from a given statement.
Create a Source from a given statement.
See Querying data.
- def create(session: CassandraSession, cqlStatement: String, bindValues: AnyRef*): Source[Row, NotUsed]
Prepare, bind and execute a select statement in one go.
Prepare, bind and execute a select statement in one go.
See Querying data.
- Annotations
- @varargs()
- def fromCompletionStage(session: CassandraSession, stmt: CompletionStage[Statement[_]]): Source[Row, NotUsed]
Create a Source from a given statement.
Create a Source from a given statement.
See Querying data.