GDBMS 1.0
GDBMS_for_documentation/transaction_mode_commands_edges.h
Go to the documentation of this file.
00001 class transaction_mode_commands_edges{
00008   public:
00009          /*ako tablicata e syzdadena ne q syzdava nanovo*/
00011 
00045         static  int AddEdge(int transaction_USCOREid, std::string edge_USCOREname, std::string edge_USCOREtype, struct ns1__AddEdgeResponse &_param_21);
00046 
00048 
00058         static  int AddValueToEdge(int transaction_USCOREid, std::string edge_USCOREname, std::string path, std::string value, struct ns1__AddValueToEdgeResponse &_param_22);
00059 
00061 
00070         static  int DeleteEdge(int transaction_USCOREid, std::string edge_USCOREname, struct ns1__DeleteEdgeResponse &_param_23);
00071 
00072 };
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines