Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

msint.h File Reference

ModelStorage internal interface. More...

#include "modelstorage.h"

Include dependency graph for msint.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MS_STORAGE_TYPE size_t model_storage_fread (void *buffer, size_t size, size_t count, FILE *file)
MS_STORAGE_TYPE size_t model_storage_fwrite (void *buffer, size_t size, size_t count, FILE *file)
MS_STORAGE_TYPE int model_storage_get_ex_nr (ModelStorage *ms, MSTxn *txn, Statement *mask, Statement **result, int flags)
MS_STORAGE_TYPE int model_storage_get_nr (ModelStorage *ms, MSTxn *txn, Statement *mask, Statement **result)
 Get Statements by mask without rules.
MS_STORAGE_TYPE int model_storage_set_ex_nr (ModelStorage *ms, MSTxn *txn, Statement *stmt, int flags)
MS_STORAGE_TYPE int model_storage_set_nr (ModelStorage *ms, MSTxn *txn, Statement *stmt)
 Set Statement with out rules.


Detailed Description

ModelStorage internal interface.

This header is only appliable for plugins and internal server usage not for including by clients!!!


Function Documentation

MS_STORAGE_TYPE size_t model_storage_fread void *  buffer,
size_t  size,
size_t  count,
FILE *  file
 

MS_STORAGE_TYPE size_t model_storage_fwrite void *  buffer,
size_t  size,
size_t  count,
FILE *  file
 

MS_STORAGE_TYPE int model_storage_get_ex_nr ModelStorage ms,
MSTxn txn,
Statement mask,
Statement **  result,
int  flags
 

MS_STORAGE_TYPE int model_storage_get_nr ModelStorage ms,
MSTxn txn,
Statement mask,
Statement **  result
 

Get Statements by mask without rules.

MS_STORAGE_TYPE int model_storage_set_ex_nr ModelStorage ms,
MSTxn txn,
Statement stmt,
int  flags
 

MS_STORAGE_TYPE int model_storage_set_nr ModelStorage ms,
MSTxn txn,
Statement stmt
 

Set Statement with out rules.


Generated on Wed Dec 27 16:52:22 2006 for VRB Online Server by  doxygen 1.4.4