Joedb 9.1.3
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tutorial::File_Client Class Reference

Shortcut to directly build a Client from a file name. More...

#include <tutorial/File_Client.h>

Inheritance diagram for tutorial::File_Client:
Inheritance graph
[legend]
Collaboration diagram for tutorial::File_Client:
Collaboration graph
[legend]

Public Member Functions

 File_Client (const char *file_name)
 
 File_Client (const std::string &file_name)
 
- Public Member Functions inherited from tutorial::Client
 Client (joedb::Buffered_File &file, joedb::Connection &connection, bool content_check=true, joedb::Readonly_Journal::Check check=joedb::Readonly_Journal::Check::all, joedb::Commit_Level commit_level=joedb::Commit_Level::no_commit)
 
const Databaseget_database () const
 
template<typename F >
void transaction (F transaction)
 Execute a write transaction.
 
- Public Member Functions inherited from joedb::Client
 Client (Readonly_Journal &journal, Connection &connection, bool content_check=true)
 
bool is_readonly () const
 
const Readonly_Journalget_journal () const
 
int64_t get_checkpoint () const
 
std::string read_blob_data (Blob blob) const
 
int64_t get_server_checkpoint () const
 
int64_t get_checkpoint_difference () const
 
int64_t pull (std::chrono::milliseconds wait=std::chrono::milliseconds(0))
 
void push_unlock ()
 
virtual ~Client ()
 

Additional Inherited Members

- Protected Member Functions inherited from tutorial::Client
void read_journal () override
 
- Protected Member Functions inherited from joedb::Client
template<typename F >
void transaction (F transaction)
 

Detailed Description

Definition at line 38 of file File_Client.h.

Constructor & Destructor Documentation

◆ File_Client() [1/2]

tutorial::File_Client::File_Client ( const char *  file_name)
inline

Definition at line 41 of file File_Client.h.

◆ File_Client() [2/2]

tutorial::File_Client::File_Client ( const std::string &  file_name)
inline

Definition at line 47 of file File_Client.h.


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