HomeSort by relevance Sort by last modified time
    Searched refs:Authorizer (Results 1 - 3 of 3) sorted by null

  /libcore/sqlite-jdbc/src/main/java/SQLite/
Authorizer.java 4 * Callback interface for SQLite's authorizer function.
7 public interface Authorizer {
Database.java 568 * Set authorizer function. Only available in SQLite 2.7.6 and
571 * @param auth the authorizer function
574 public void set_authorizer(Authorizer auth) {
580 private native void _set_authorizer(Authorizer auth);
  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java 41 import SQLite.Authorizer;
    [all...]

Completed in 286 milliseconds