Lines Matching refs:SQLite
1 package SQLite; package
19 protected void finish() throws SQLite.Exception { in finish()
33 } catch (SQLite.Exception e) { in finalize()
38 protected native void _finalize() throws SQLite.Exception; in _finalize()
47 public boolean step(int n) throws SQLite.Exception { in step()
53 private native boolean _step(int n) throws SQLite.Exception; in _step()
59 public void backup() throws SQLite.Exception { in backup()
69 public int remaining() throws SQLite.Exception { in remaining()
75 private native int _remaining() throws SQLite.Exception; in _remaining()
81 public int pagecount() throws SQLite.Exception { in pagecount()
87 private native int _pagecount() throws SQLite.Exception; in _pagecount()