Fixed Query compiler to use new interface.

This commit is contained in:
Kruno Tomola Fabro
2016-08-19 18:40:04 +01:00
parent e5f161974f
commit eba7fd8be4
25 changed files with 292 additions and 161 deletions

View File

@@ -77,6 +77,13 @@ public:
PropertyFamily &edge_property_family_get(const std::string &name);
// ******************** PROPERTY HELPER METHODS
PropertyFamily::PropertyType::PropertyFamilyKey
vertex_property_key(const std::string &name, Type type);
PropertyFamily::PropertyType::PropertyFamilyKey
edge_property_key(const std::string &name, Type type);
// ******************** TRANSACTION METHODS
void commit();