src/PreparedStatement.h
branchv_0
changeset 33 86ceb97db7de
parent 30 629565ff82d3
child 36 91cb012d779a
--- a/src/PreparedStatement.h	Fri May 08 12:51:01 2020 +0200
+++ b/src/PreparedStatement.h	Sat May 23 23:58:50 2020 +0200
@@ -41,7 +41,6 @@
 	std::string getColumName(int columnIndex);
 	relpipe::writer::TypeId getColumType(int columnIndex, relpipe::writer::TypeId defaultType = relpipe::writer::TypeId::STRING);
 	std::string getString(int columnIndex);
-	static bool isComplete(const char *sql); // TODO: use own implementation + move to a separate class
 };
 
 }