include/RelationalWriter.h
branchv_0
changeset 15 8fd6c4d44071
parent 14 733334eca89b
child 16 3613617d3076
--- a/include/RelationalWriter.h	Sun Jul 22 00:08:13 2018 +0200
+++ b/include/RelationalWriter.h	Sun Jul 22 10:26:22 2018 +0200
@@ -15,9 +15,9 @@
 
 	virtual ~RelationalWriter() = default;
 
-	virtual integer_t toTypeId(const string_t typeCode) = 0;
+	virtual TypeId toTypeId(const string_t typeCode) = 0;
 
-	virtual string_t toTypeCode(const integer_t typeId) = 0;
+	virtual string_t toTypeCode(const TypeId typeId) = 0;
 
 	virtual void startRelation(string_t name, std::vector<std::pair<string_t, TypeId>> attributes, boolean_t writeHeader) = 0;