JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SQLite
Interface ProgressHandler
public interface
ProgressHandler
Callback interface for SQLite's user defined progress handler.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
progress
()
Invoked for N SQLite VM opcodes.
Method Detail
progress
boolean progress()
Invoked for N SQLite VM opcodes. The method should return true to continue the current query, or false in order to abandon the action.
Overview
Package
Class
Tree
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Contact:
Christian Werner