executes a SQL command an calles the delegate for each record set The arguments passed to the delegate are: - LiteDb __db - all fields as String of one record.
executes a SQL command an calles the delegate for each record set The arguments passed to the delegate are: - LiteDb __db - all fields as String of one record.
The delete should return an int. if the return value is != 0 no more records will be fetched. See also samples in acdk_sql_sqlite.