GDBMS 1.0
GDBMS_for_documentation/transaction_mode_commands_types.h
Go to the documentation of this file.
00001 class transaction_mode_commands_types{
00008 public:
00009         
00011 
00032         static  int DefineType(int transaction_USCOREid, std::string type_USCOREname, struct ns1__DefineTypeResponse &_param_14);
00034 
00044         static  int DeleteType(int transaction_USCOREid, std::string type_USCOREname, struct ns1__DeleteTypeResponse &_param_15);
00045 
00047 
00059         static  int AddMemberToType(int transaction_USCOREid, std::string type_USCOREname, std::string member_USCOREname, int member_USCOREtype, int size, struct ns1__AddMemberToTypeResponse &_param_16);
00060 
00062 
00071         static  int GetTypeId(int transaction_USCOREid, std::string type_USCOREname, struct ns1__GetTypeIdResponse &_param_17);
00072 };
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines