JavaScript is disabled on your browser.
Skip navigation links
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
All Methods
Instance Methods
Abstract 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.
Returns:
true to continue, false else
Skip navigation links
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