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

_MSInterface Struct Reference

Interface of ModelStorage functionality for plugin. More...

#include <plugin.h>


Data Fields

int(* ms_get_statements )(MSInstance *msi, Statement *mask, StmtList *result)
int(* ms_get_statements_ex )(MSInstance *msi, Statement *mask, StmtList *result, struct _PluginFunc *exclude)
int(* ms_set_statement )(MSInstance *msi, Statement *s)
int(* ms_set_statement_ex )(MSInstance *msi, Statement *mask, StmtList *result, struct _PluginFunc *exclude)
int(* ms_txn_begin )(MSInstance *msi)
int(* ms_txn_commit )(MSInstance *msi)
int(* ms_txn_rollback )(MSInstance *msi)


Detailed Description

Interface of ModelStorage functionality for plugin.


Field Documentation

int(* _MSInterface::ms_get_statements)(MSInstance *msi, Statement *mask, StmtList *result)
 

int(* _MSInterface::ms_get_statements_ex)(MSInstance *msi, Statement *mask, StmtList *result, struct _PluginFunc *exclude)
 

int(* _MSInterface::ms_set_statement)(MSInstance *msi, Statement *s)
 

int(* _MSInterface::ms_set_statement_ex)(MSInstance *msi, Statement *mask, StmtList *result, struct _PluginFunc *exclude)
 

int(* _MSInterface::ms_txn_begin)(MSInstance *msi)
 

int(* _MSInterface::ms_txn_commit)(MSInstance *msi)
 

int(* _MSInterface::ms_txn_rollback)(MSInstance *msi)
 


The documentation for this struct was generated from the following file:
Generated on Wed Dec 27 16:52:28 2006 for VRB Online Server by  doxygen 1.4.4