Package | Description |
---|---|
com.nutiteq.db | |
jsqlite |
Modifier and Type | Class and Description |
---|---|
class |
SpatialLiteDbHelper.ProjRowCallBack |
Modifier and Type | Class and Description |
---|---|
class |
Shell
SQLite command line shell.
|
class |
SQLDump
SQLite SQL dump utility.
|
class |
TableResult
Class representing an SQLite result set as
returned by the
Database.get_table
convenience method.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.exec(String sql,
Callback cb)
Execute an SQL statement and invoke callback methods
for each row of the result set.
|
void |
Database.exec(String sql,
Callback cb,
String[] args)
Execute an SQL statement and invoke callback methods
for each row of the result set.
|
boolean |
Vm.step(Callback cb)
Perform one step on compiled SQLite VM.
|
Copyright © 2014. All rights reserved.