Uses of Class
org.sqlite.swig.SWIGTYPE_p_p_Mem

Packages that use SWIGTYPE_p_p_Mem
org.sqlite.swig Provides the classes necessary to invoke a SQLite C Interface API. 
org.sqlite.udf Provides the classes necessary to create a User-Defined function. 
 

Uses of SWIGTYPE_p_p_Mem in org.sqlite.swig
 

Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_p_Mem
static SWIGTYPE_p_Mem SQLite3.get_p_sqlite3_value(SWIGTYPE_p_p_Mem value, int i)
           
protected static long SWIGTYPE_p_p_Mem.getCPtr(SWIGTYPE_p_p_Mem obj)
           
 

Uses of SWIGTYPE_p_p_Mem in org.sqlite.udf
 

Constructors in org.sqlite.udf with parameters of type SWIGTYPE_p_p_Mem
Context(SWIGTYPE_p_sqlite3_context ctx, int argc, SWIGTYPE_p_p_Mem value)
          create Context object.