No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | android.database.sqlite.SQLiteCursorDriver | 
A driver for SQLiteCursors that is used to create them and gets notified by the cursors it creates on significant events in their lifetimes.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | 
           Called by a SQLiteCursor when it it closed to destroy this object as well.
           | |||||||||
|  |  | 
           Called by a SQLiteCursor when it is released.
           | |||||||||
|  |  | 
           Called by a SQLiteCursor when it is requeried.
           | |||||||||
|  |  | 
           Executes the query returning a Cursor over the result set.
           | |||||||||
|  |  | 
           Set new bind arguments.
           | |||||||||
Called by a SQLiteCursor when it it closed to destroy this object as well.
Called by a SQLiteCursor when it is released.
Called by a SQLiteCursor when it is requeried.
Executes the query returning a Cursor over the result set.
| factory | The CursorFactory to use when creating the Cursors, or null if standard SQLiteCursors should be returned. | 
|---|
Set new bind arguments. These will take effect in cursorRequeried().
| bindArgs | the new arguments | 
|---|