Uses of Interface
SQLite.Callback
| Package | Description |
|---|---|
| SQLite | |
| SQLite.JDBC2z |
-
Uses of Callback in SQLite
Classes in SQLite that implement Callback Modifier and Type Class Description classShellSQLite command line shell.classTableResultClass representing an SQLite result set as returned by the Database.get_table convenience method.Methods in SQLite with parameters of type Callback Modifier and Type Method Description voidDatabase. exec(String sql, Callback cb)Execute an SQL statement and invoke callback methods for each row of the result set.voidDatabase. exec(String sql, Callback cb, String[] args)Execute an SQL statement and invoke callback methods for each row of the result set.booleanVm. step(Callback cb)Perform one step on compiled SQLite VM. -
Uses of Callback in SQLite.JDBC2z
Classes in SQLite.JDBC2z that implement Callback Modifier and Type Class Description classTableResultX