src/PreparedStatement.h
branchv_0
changeset 33 86ceb97db7de
parent 30 629565ff82d3
child 36 91cb012d779a
equal deleted inserted replaced
32:77180ee275df 33:86ceb97db7de
    39 	void reset();
    39 	void reset();
    40 	int getColumnCount();
    40 	int getColumnCount();
    41 	std::string getColumName(int columnIndex);
    41 	std::string getColumName(int columnIndex);
    42 	relpipe::writer::TypeId getColumType(int columnIndex, relpipe::writer::TypeId defaultType = relpipe::writer::TypeId::STRING);
    42 	relpipe::writer::TypeId getColumType(int columnIndex, relpipe::writer::TypeId defaultType = relpipe::writer::TypeId::STRING);
    43 	std::string getString(int columnIndex);
    43 	std::string getString(int columnIndex);
    44 	static bool isComplete(const char *sql); // TODO: use own implementation + move to a separate class
       
    45 };
    44 };
    46 
    45 
    47 }
    46 }
    48 }
    47 }
    49 }
    48 }