Uses of Class
org.sqlite.swig.SWIGTYPE_p_sqlite3_mutex

Packages that use SWIGTYPE_p_sqlite3_mutex
org.sqlite.swig Provides the classes necessary to invoke a SQLite C Interface API. 
 

Uses of SWIGTYPE_p_sqlite3_mutex in org.sqlite.swig
 

Methods in org.sqlite.swig that return SWIGTYPE_p_sqlite3_mutex
static SWIGTYPE_p_sqlite3_mutex SQLite3.sqlite3_mutex_alloc(int arg0)
           
 

Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_sqlite3_mutex
protected static long SWIGTYPE_p_sqlite3_mutex.getCPtr(SWIGTYPE_p_sqlite3_mutex obj)
           
static void SQLite3.sqlite3_mutex_enter(SWIGTYPE_p_sqlite3_mutex arg0)
           
static void SQLite3.sqlite3_mutex_free(SWIGTYPE_p_sqlite3_mutex arg0)
           
static void SQLite3.sqlite3_mutex_leave(SWIGTYPE_p_sqlite3_mutex arg0)
           
static int SQLite3.sqlite3_mutex_try(SWIGTYPE_p_sqlite3_mutex arg0)