Packages that use Vm
| Package |
Description |
| SQLite |
|
-
Methods in SQLite that return Vm
| Modifier and Type |
Method |
Description |
Vm |
Database.compile(String sql) |
Compile and return SQLite VM for SQL statement.
|
Vm |
Database.compile(String sql,
String[] args) |
Compile and return SQLite VM for SQL statement.
|