Functions§
- build_
result_ set - Build a result set from a
SQLitequery Only SELECT queries return rows affected. If a DML is sent, it does run it. If there’s more than one query in the statement, idk which statement will be run. - sqlite_
extract_ value_ sync - Extract a
RowValuesfrom aSQLiterow.