A prepared SQLite statement and result set. Note that SQLite statements can be relatively IO-heavy depending on its use. Refer to the SQLite documentation for more information.
A prepared SQLite statement and result set. Note that SQLite statements can be relatively IO-heavy depending on its use. Refer to the SQLite documentation for more information.
bool NextRow()
bool string GetQuery()
string string GetQueryExpanded()
string int GetColumnCount()
int float GetColumnFloat(const string&in name)
float double GetColumnDouble(const string&in name)
double int GetColumnInt(const string&in name)
int int64 GetColumnInt64(const string&in name)
int64