todo comments v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 25 Aug 2018 10:13:00 +0200
branchv_0
changeset 22 53f4887dadb4
parent 21 118b68d73420
child 23 d505eaedc35e
todo comments
include/relpipe/writer/RelationalWriter.h
--- a/include/relpipe/writer/RelationalWriter.h	Sun Aug 19 20:36:33 2018 +0200
+++ b/include/relpipe/writer/RelationalWriter.h	Sat Aug 25 10:13:00 2018 +0200
@@ -23,6 +23,8 @@
 	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
@@ -30,6 +32,8 @@
 	virtual string_t toTypeCode(const TypeId typeId) = 0;
 
 	/**
+	 * TODO: use custom extensible class instead of std::pair 
+	 * 
 	 * @param name name of the relation (table)
 	 * @param attributes list of attributes (columns) containing their names and types
 	 * @param writeHeader header might be omitted – when appending new records to a stream alreaready containing the header