DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
oks::ral::InsertedDataDetails Struct Reference

Structure to describe number of changes when new version is created. More...

#include <ral.hpp>

Public Member Functions

 InsertedDataDetails ()
 

Public Attributes

long m_insertedOksObjectRowsThis
 
long m_insertedOksObjectRowsBase
 
long m_insertedOksDataRelRowsThis
 
long m_insertedOksDataRelRowsBase
 
long m_insertedOksDataValRowsThis
 
long m_insertedOksDataValRowsBase
 
bool m_use_base
 

Detailed Description

Structure to describe number of changes when new version is created.

If m_use_base is set to true, no changes are necessary (schema_version and data_version parameters of put_data() return versions to used to access stored data).

Definition at line 223 of file ral.hpp.

Constructor & Destructor Documentation

◆ InsertedDataDetails()

oks::ral::InsertedDataDetails::InsertedDataDetails ( )
inline

Member Data Documentation

◆ m_insertedOksDataRelRowsBase

long oks::ral::InsertedDataDetails::m_insertedOksDataRelRowsBase

Definition at line 227 of file ral.hpp.

◆ m_insertedOksDataRelRowsThis

long oks::ral::InsertedDataDetails::m_insertedOksDataRelRowsThis

Definition at line 226 of file ral.hpp.

◆ m_insertedOksDataValRowsBase

long oks::ral::InsertedDataDetails::m_insertedOksDataValRowsBase

Definition at line 229 of file ral.hpp.

◆ m_insertedOksDataValRowsThis

long oks::ral::InsertedDataDetails::m_insertedOksDataValRowsThis

Definition at line 228 of file ral.hpp.

◆ m_insertedOksObjectRowsBase

long oks::ral::InsertedDataDetails::m_insertedOksObjectRowsBase

Definition at line 225 of file ral.hpp.

◆ m_insertedOksObjectRowsThis

long oks::ral::InsertedDataDetails::m_insertedOksObjectRowsThis

Definition at line 224 of file ral.hpp.

◆ m_use_base

bool oks::ral::InsertedDataDetails::m_use_base

Definition at line 230 of file ral.hpp.


The documentation for this struct was generated from the following file: