NCBI C++ ToolKit
Classes | Functions | Variables
demo4.cpp File Reference
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbiargs.hpp>
#include <assert.h>
#include <db/bdb/bdb_blob.hpp>
+ Include dependency graph for demo4.cpp:

Go to the source code of this file.

Go to the SVN repository for this file.

Classes

struct  SDemoDB
 
class  CBDB_BLobDemo1
 BLob Demo application. More...
 

Functions

void LoadBLOB_Table ()
 
void PrintBLOB_Table ()
 
void LoadDemoDB ()
 
void PrintDemoDB ()
 
int main (int argc, const char *argv[])
 

Variables

 USING_NCBI_SCOPE
 
string s_LobDBFileName = "blobstore.db"
 
string s_LobDBFileName2 = "blobstore2.db"
 
const int array1 [] = {1, 2, 3, 4, 5, 0}
 
const int array2 [] = {10, 20, 30, 40, 50, 0}
 

Function Documentation

◆ LoadBLOB_Table()

void LoadBLOB_Table ( )

◆ LoadDemoDB()

void LoadDemoDB ( )

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Definition at line 258 of file demo4.cpp.

References CNcbiApplicationAPI::AppMain().

◆ PrintBLOB_Table()

void PrintBLOB_Table ( )

◆ PrintDemoDB()

void PrintDemoDB ( )

Variable Documentation

◆ array1

const int array1[] = {1, 2, 3, 4, 5, 0}

Definition at line 47 of file demo4.cpp.

Referenced by LoadBLOB_Table(), and LoadDemoDB().

◆ array2

const int array2[] = {10, 20, 30, 40, 50, 0}

Definition at line 48 of file demo4.cpp.

Referenced by LoadBLOB_Table(), and LoadDemoDB().

◆ s_LobDBFileName

string s_LobDBFileName = "blobstore.db"

Definition at line 43 of file demo4.cpp.

Referenced by LoadBLOB_Table(), and PrintBLOB_Table().

◆ s_LobDBFileName2

string s_LobDBFileName2 = "blobstore2.db"

Definition at line 44 of file demo4.cpp.

Referenced by LoadDemoDB(), and PrintDemoDB().

◆ USING_NCBI_SCOPE

USING_NCBI_SCOPE

Definition at line 40 of file demo4.cpp.

Modified on Fri Sep 20 14:57:27 2024 by modify_doxy.py rev. 669887