クラス
org.sqlite.auth.Authorizer の使用

Authorizer を使用しているパッケージ
org.sqlite Provides the JDBC Driver class and the database access classes. 
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
org.sqlite.swig Provides the classes necessary to invoke a SQLite C Interface API. 
 

org.sqlite での Authorizer の使用
 

Authorizer 型のパラメータを持つ org.sqlite のメソッド
 void Database.clearAuthorizer(Authorizer auth)
          invoke sqlite3_set_authorizer() function.
 void Database.setAuthorizer(Authorizer auth)
          invoke sqlite3_set_authorizer() function.
 

org.sqlite.jdbc での Authorizer の使用
 

Authorizer 型のパラメータを持つ org.sqlite.jdbc のメソッド
 void JdbcConnection.setAuthorizer(Authorizer auth)
          invoke sqlite3_set_authorizer() function.
 

org.sqlite.swig での Authorizer の使用
 

Authorizer 型のパラメータを持つ org.sqlite.swig のメソッド
static int SQLite3.clear_authorizer(SWIGTYPE_p_sqlite3 db, Authorizer auth)
           
static int SQLite3.set_authorizer(SWIGTYPE_p_sqlite3 db, Authorizer auth)