libnick 2025.9.1
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
sqlitestepresult.h
Go to the documentation of this file.
1
22
24{
26 {
28 Row = 100,
29 Done = 101
30 };
31}
Definition sqlite.h:40
SqliteStepResult
Definition sqlitestepresult.h:26
@ Error
Definition sqlitestepresult.h:27
@ Row
Definition sqlitestepresult.h:28
@ Done
Definition sqlitestepresult.h:29