libdballe
9.11
|
DBInsertOptions with public constructor and copy, safe to use in dballe code but not accessible from the public API. More...
#include <db.h>
Public Member Functions | |
DBInsertOptions (const DBInsertOptions &o)=default | |
DBInsertOptions (DBInsertOptions &&o)=default | |
DBInsertOptions & | operator= (const DBInsertOptions &)=default |
DBInsertOptions & | operator= (DBInsertOptions &&)=default |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< DBInsertOptions > | create () |
![]() | |
bool | can_replace = false |
If true, then existing data can be rewritten, else data can only be added. | |
bool | can_add_stations = true |
If false, it will not create a missing station record, and only data for existing stations can be added. More... | |
![]() | |
static const DBInsertOptions | defaults |
![]() | |
DBInsertOptions (const DBInsertOptions &)=default | |
DBInsertOptions (DBInsertOptions &&)=default | |
DBInsertOptions & | operator= (const DBInsertOptions &)=default |
DBInsertOptions & | operator= (DBInsertOptions &&)=default |
DBInsertOptions with public constructor and copy, safe to use in dballe code but not accessible from the public API.