Uses of Class
SQLite.Vm

Packages that use Vm
Package Description
SQLite  
  • Uses of Vm in 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.