Lines Matching full:callback
164 * Execute an SQL statement and invoke callback methods
172 * @param cb the object implementing the callback methods
175 public void exec(String sql, SQLite.Callback cb) throws SQLite.Exception {
181 private native void _exec(String sql, SQLite.Callback cb)
185 * Execute an SQL statement and invoke callback methods
203 * @param cb the object implementing the callback methods
207 public void exec(String sql, SQLite.Callback cb,
214 private native void _exec(String sql, SQLite.Callback cb, String args[])
255 * Establish a busy callback method which gets called when
258 * @param bh the object implementing the busy callback method
790 * Establish a progress callback method which gets called after
793 * @param n number of SQLite VM opcodes until callback is invoked
794 * @param p the object implementing the progress callback method