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

  /external/javasqlite/src/main/java/SQLite/
Authorizer.java 4 * Callback interface for SQLite's authorizer function.
7 public interface Authorizer {
Database.java 567 * Set authorizer function. Only available in SQLite 2.7.6 and
570 * @param auth the authorizer function
573 public void set_authorizer(Authorizer auth) {
579 private native void _set_authorizer(Authorizer auth);

Completed in 209 milliseconds