Small comment.

This commit is contained in:
Relintai 2020-12-01 15:30:09 +01:00
parent 4add0d14ea
commit 863599e554

View File

@ -10,6 +10,10 @@ enum QueryErrorCode {
class QueryResult {
public:
//rows
//next_row()
//get_int(int index)
//get_string(int column) etc
};
class Database {