Uses of Interface
SQLite.ProgressHandler
| Package | Description |
|---|---|
| SQLite |
-
Uses of ProgressHandler in SQLite
Methods in SQLite with parameters of type ProgressHandler Modifier and Type Method Description voidDatabase. progress_handler(int n, ProgressHandler p)Establish a progress callback method which gets called after N SQLite VM opcodes.