include/relpipe/writer/RelationalWriter.h
branchv_0
changeset 26 8ae93a43fed2
parent 24 00fe696500c5
child 27 a64afb2d24c9
--- a/include/relpipe/writer/RelationalWriter.h	Sat Aug 25 18:21:09 2018 +0200
+++ b/include/relpipe/writer/RelationalWriter.h	Mon Sep 03 23:41:29 2018 +0200
@@ -22,15 +22,6 @@
 	virtual TypeId toTypeId(const string_t typeCode) = 0;
 
 	/**
-	 * TODO: not needed for writing → move to lib-reader.
-	 * 
-	 * @param typeId numeric type id as defined in Specification
-	 * @return string code of given type
-	 * @throws RelpipeWriterException on unsupported typeId
-	 */
-	virtual string_t toTypeCode(const TypeId typeId) = 0;
-
-	/**
 	 * TODO: use custom extensible class instead of std::pair 
 	 * 
 	 * @param name name of the relation (table)