Up |
_sqliteCallbackProgress
Reflex called to progress ... todo. At this time, don't use this function, it is too unstable and can crash easily.
Prototype :
fun [ObjSqlite fun [ObjSqlite u0] u1 u0 I] ObjSqlite
- ObjSqlite : a sqlite3 object.
- fun [ObjSqlite u0] u1 : the callback. Supplemental arguments are the column and the value
- u0 : an user parameter at your convenience, given to the callback.
- I : frequency. Called every X opcodes ...
Return : ObjSqlite the same object or nil if an error occurs.
See also :
Example :