Uses of Class
org.sqlite.swig.SWIGTYPE_p_p_sqlite3_stmt

Packages that use SWIGTYPE_p_p_sqlite3_stmt
org.sqlite.swig Provides the classes necessary to invoke a SQLite C Interface API. 
org.sqlite.types Provides the classes that can conveniently use the SWIG proxy classes. 
 

Uses of SWIGTYPE_p_p_sqlite3_stmt in org.sqlite.swig
 

Methods in org.sqlite.swig that return SWIGTYPE_p_p_sqlite3_stmt
static SWIGTYPE_p_p_sqlite3_stmt SQLite3.new_p_p_sqlite3_stmt()
           
 

Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_p_sqlite3_stmt
static void SQLite3.delete_p_p_sqlite3_stmt(SWIGTYPE_p_p_sqlite3_stmt self)
           
static SWIGTYPE_p_sqlite3_stmt SQLite3.get_p_sqlite3_stmt(SWIGTYPE_p_p_sqlite3_stmt self)
           
protected static long SWIGTYPE_p_p_sqlite3_stmt.getCPtr(SWIGTYPE_p_p_sqlite3_stmt obj)
           
static int SQLite3.sqlite3_prepare_v1(SWIGTYPE_p_sqlite3 arg0, java.lang.String arg1, int arg2, SWIGTYPE_p_p_sqlite3_stmt arg3, java.lang.Object[] arg4)
           
static int SQLite3.sqlite3_prepare(SWIGTYPE_p_sqlite3 db, java.lang.String zSql, int nBytes, SWIGTYPE_p_p_sqlite3_stmt ppStmt, java.lang.String[] pzTail)
          invoke sqlite3_prepare_v1() method.
 

Uses of SWIGTYPE_p_p_sqlite3_stmt in org.sqlite.types
 

Subclasses of SWIGTYPE_p_p_sqlite3_stmt in org.sqlite.types
 class SQLite3StmtPtrPtr
          sqlite3_stmt** wrapper class.