mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-04-20 01:43:12 +02:00
Small comment.
This commit is contained in:
parent
4add0d14ea
commit
863599e554
@ -10,6 +10,10 @@ enum QueryErrorCode {
|
||||
|
||||
class QueryResult {
|
||||
public:
|
||||
//rows
|
||||
//next_row()
|
||||
//get_int(int index)
|
||||
//get_string(int column) etc
|
||||
};
|
||||
|
||||
class Database {
|
||||
|
Loading…
Reference in New Issue
Block a user