Searched refs:DatabaseX (Results 1 – 1 of 1) sorted by relevance
12 protected DatabaseX db;75 private boolean busy0(DatabaseX db, int count) { in busy0()94 protected boolean busy3(DatabaseX db, int count) { in busy3()108 private DatabaseX open(boolean readonly) throws SQLException { in open()109 DatabaseX dbx = null; in open()111 dbx = new DatabaseX(); in open()342 DatabaseX dbx = null; in setReadOnly()521 class DatabaseX extends SQLite.Database { class525 public DatabaseX() { in DatabaseX() method in DatabaseX