Clio
develop
The XRP Ledger API server.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
Batch.hpp
1
#pragma once
2
3
#include "data/cassandra/Types.hpp"
4
#include "data/cassandra/impl/ManagedObject.hpp"
5
6
#include <cassandra.h>
7
8
#include <vector>
9
10
namespace
data::cassandra::impl {
11
12
struct
Batch :
public
ManagedObject<CassBatch> {
13
Batch(std::vector<Statement>
const
& statements);
14
15
MaybeError
16
add(
Statement
const
& statement);
17
};
18
19
}
// namespace data::cassandra::impl
data::cassandra::impl::Statement
Definition
Statement.hpp:28
src
data
cassandra
impl
Batch.hpp
Generated by
1.16.1