|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use 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. |
Uses of Authorizer in org.sqlite |
---|
Methods in org.sqlite with parameters of type Authorizer | |
---|---|
void |
Database.setAuthorizer(Authorizer auth)
invoke org.sqlite.auth.Authorizer#register() method. |
Uses of Authorizer in org.sqlite.jdbc |
---|
Methods in org.sqlite.jdbc with parameters of type Authorizer | |
---|---|
void |
JdbcConnection.setAuthorizer(Authorizer auth)
invoke sqlite3_set_authorizer() function. |
Uses of Authorizer in org.sqlite.swig |
---|
Methods in org.sqlite.swig with parameters of type Authorizer | |
---|---|
static int |
SQLite3.sqlite3_clear_authorizer(SWIGTYPE_p_sqlite3 db,
Authorizer auth)
|
static int |
SQLite3.sqlite3_set_authorizer(SWIGTYPE_p_sqlite3 db,
Authorizer auth)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |