Uses of Class
org.sqlite.swig.SWIGTYPE_p_sqlite3

Packages that use SWIGTYPE_p_sqlite3
org.sqlite Provides the JDBC Driver class and the database access classes. 
org.sqlite.auth Provides the classes necessary to create an Authorization. 
org.sqlite.callback Provides the classes necessary to create a Callback function. 
org.sqlite.event Provides the classes for dealing with events fired by SQLite. 
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
org.sqlite.profiler Provides the classes necessary to create a Tracing and Profiling functions. 
org.sqlite.swig Provides the classes necessary to invoke a SQLite C Interface API. 
org.sqlite.text Provides the classes necessary to create a Collating Sequences. 
org.sqlite.udf Provides the classes necessary to create a User-Defined function. 
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite
 

Methods in org.sqlite that return SWIGTYPE_p_sqlite3
 SWIGTYPE_p_sqlite3 Statement.getDbHandle()
          invoke sqlite3_db_handle() function.
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite.auth
 

Methods in org.sqlite.auth with parameters of type SWIGTYPE_p_sqlite3
 void Authorizer.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_set_authorizer() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void Authorizer.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite.callback
 

Methods in org.sqlite.callback with parameters of type SWIGTYPE_p_sqlite3
 void ExecCallback.register(SWIGTYPE_p_sqlite3 db)
          Not supported.
abstract  void Callback.register(SWIGTYPE_p_sqlite3 db)
          Register this object to the database.
 void ExecCallback.unregister(SWIGTYPE_p_sqlite3 db)
          Not supported.
abstract  void Callback.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite.event
 

Methods in org.sqlite.event with parameters of type SWIGTYPE_p_sqlite3
static void UpdateHook.clear(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
static void RollbackHook.clear(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
static void CommitHook.clear(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 void UpdateHook.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_update_hook() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void RollbackHook.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_rollback_hook() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void ProgressHandler.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_progress_handler() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void CommitHook.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_commit_hook() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void CollationNeededHandler.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_collation_needed() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void BusyHandler.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_busy_handler() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void UpdateHook.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 void RollbackHook.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 void ProgressHandler.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 void CommitHook.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 void CollationNeededHandler.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 void BusyHandler.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite.jdbc
 

Constructors in org.sqlite.jdbc with parameters of type SWIGTYPE_p_sqlite3
JdbcSQLException(int resultCode, SWIGTYPE_p_sqlite3 db)
           
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite.profiler
 

Methods in org.sqlite.profiler with parameters of type SWIGTYPE_p_sqlite3
static void Tracer.clear(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
static void Profiler.clear(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 void Tracer.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_trace() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void Profiler.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_profile() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void Tracer.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 void Profiler.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite.swig
 

Methods in org.sqlite.swig that return SWIGTYPE_p_sqlite3
static SWIGTYPE_p_sqlite3 SQLite3.get_p_sqlite3(SWIGTYPE_p_p_sqlite3 self)
           
 SWIGTYPE_p_sqlite3 SQLite3.SQLite3PtrPtr.getSQLite3Ptr()
          Returns the sqlite3* value.
It is necessary to invoke the allocateHandle() method beforehand.
static SWIGTYPE_p_sqlite3 SQLite3.new_p_sqlite3(long cPtr)
           
static SWIGTYPE_p_sqlite3 SQLite3.sqlite3_db_handle(SWIGTYPE_p_sqlite3_stmt arg0)
           
 

Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_sqlite3
protected static long SWIGTYPE_p_sqlite3.getCPtr(SWIGTYPE_p_sqlite3 obj)
           
static int SQLite3.sqlite3_blob_open(SWIGTYPE_p_sqlite3 arg0, java.lang.String zDb, java.lang.String zTable, java.lang.String zColumn, long iRow, int flags, SWIGTYPE_p_p_sqlite3_blob ppBlob)
           
static int SQLite3.sqlite3_busy_handler(SWIGTYPE_p_sqlite3 db, BusyHandler busy)
           
static int SQLite3.sqlite3_busy_timeout(SWIGTYPE_p_sqlite3 arg0, int ms)
           
static int SQLite3.sqlite3_changes(SWIGTYPE_p_sqlite3 arg0)
           
static int SQLite3.sqlite3_clear_authorizer(SWIGTYPE_p_sqlite3 db, Authorizer auth)
           
static int SQLite3.sqlite3_clear_busy_handler(SWIGTYPE_p_sqlite3 db, BusyHandler busy)
           
static int SQLite3.sqlite3_clear_collation_needed(SWIGTYPE_p_sqlite3 db, CollationNeededHandler needed)
           
static void SQLite3.sqlite3_clear_commit_hook(SWIGTYPE_p_sqlite3 arg0)
           
static void SQLite3.sqlite3_clear_profile(SWIGTYPE_p_sqlite3 arg0)
           
static void SQLite3.sqlite3_clear_progress_handler(SWIGTYPE_p_sqlite3 db, ProgressHandler prog)
           
static void SQLite3.sqlite3_clear_rollback_hook(SWIGTYPE_p_sqlite3 arg0)
           
static void SQLite3.sqlite3_clear_trace(SWIGTYPE_p_sqlite3 arg0)
           
static void SQLite3.sqlite3_clear_update_hook(SWIGTYPE_p_sqlite3 arg0)
           
static int SQLite3.sqlite3_close(SWIGTYPE_p_sqlite3 arg0)
           
static int SQLite3.sqlite3_collation_needed(SWIGTYPE_p_sqlite3 db, CollationNeededHandler needed)
           
static void SQLite3.sqlite3_commit_hook(SWIGTYPE_p_sqlite3 db, CommitHook hook)
           
static int SQLite3.sqlite3_create_collation(SWIGTYPE_p_sqlite3 db, Collator col)
           
static int SQLite3.sqlite3_create_function(SWIGTYPE_p_sqlite3 db, Function func)
           
static int SQLite3.sqlite3_drop_collation(SWIGTYPE_p_sqlite3 db, Collator col)
           
static int SQLite3.sqlite3_drop_function(SWIGTYPE_p_sqlite3 db, Function func)
           
static int SQLite3.sqlite3_enable_load_extension(SWIGTYPE_p_sqlite3 db, int onoff)
           
static int SQLite3.sqlite3_errcode(SWIGTYPE_p_sqlite3 db)
           
static java.lang.String SQLite3.sqlite3_errmsg(SWIGTYPE_p_sqlite3 arg0)
           
static int SQLite3.sqlite3_exec(SWIGTYPE_p_sqlite3 db, java.lang.String sql)
           
static int SQLite3.sqlite3_exec(SWIGTYPE_p_sqlite3 db, java.lang.String sql, ExecCallback callback, SWIGTYPE_p_p_char errmsg)
           
static int SQLite3.sqlite3_extended_result_codes(SWIGTYPE_p_sqlite3 arg0, int onoff)
           
static int SQLite3.sqlite3_file_control(SWIGTYPE_p_sqlite3 arg0, java.lang.String zDbName, int op, SWIGTYPE_p_void arg3)
           
static int SQLite3.sqlite3_get_autocommit(SWIGTYPE_p_sqlite3 arg0)
           
static int SQLite3.sqlite3_get_table(SWIGTYPE_p_sqlite3 db, java.lang.String sql, java.util.List<java.lang.String[]> result, SWIGTYPE_p_p_char errmsg)
           
static void SQLite3.sqlite3_interrupt(SWIGTYPE_p_sqlite3 arg0)
           
static long SQLite3.sqlite3_last_insert_rowid(SWIGTYPE_p_sqlite3 arg0)
           
static int SQLite3.sqlite3_load_extension(SWIGTYPE_p_sqlite3 db, java.lang.String zFile, java.lang.String zProc, SWIGTYPE_p_p_char pzErrMsg)
           
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_v2(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_v2() method.
static void SQLite3.sqlite3_profile(SWIGTYPE_p_sqlite3 db, Profiler prof)
           
static void SQLite3.sqlite3_progress_handler(SWIGTYPE_p_sqlite3 db, ProgressHandler prog)
           
static void SQLite3.sqlite3_rollback_hook(SWIGTYPE_p_sqlite3 db, RollbackHook hook)
           
static int SQLite3.sqlite3_set_authorizer(SWIGTYPE_p_sqlite3 db, Authorizer auth)
           
static int SQLite3.sqlite3_table_column_metadata(SWIGTYPE_p_sqlite3 db, java.lang.String zDbName, java.lang.String zTableName, java.lang.String zColumnName, SWIGTYPE_p_p_char pzDataType, SWIGTYPE_p_p_char pzCollSeq, SWIGTYPE_p_int pNotNull, SWIGTYPE_p_int pPrimaryKey, SWIGTYPE_p_int pAutoinc)
           
static int SQLite3.sqlite3_total_changes(SWIGTYPE_p_sqlite3 arg0)
           
static void SQLite3.sqlite3_trace(SWIGTYPE_p_sqlite3 db, Tracer tracer)
           
static void SQLite3.sqlite3_update_hook(SWIGTYPE_p_sqlite3 db, UpdateHook hook)
           
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite.text
 

Methods in org.sqlite.text with parameters of type SWIGTYPE_p_sqlite3
 void Collator.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_create_collation_v2() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void Collator.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
 

Uses of SWIGTYPE_p_sqlite3 in org.sqlite.udf
 

Methods in org.sqlite.udf with parameters of type SWIGTYPE_p_sqlite3
 void Function.register(SWIGTYPE_p_sqlite3 db)
          invoke sqlite3_create_function() function and this object is registered in the database.
WARNING! Do not use this method because it is called internally.
 void Function.unregister(SWIGTYPE_p_sqlite3 db)
          Unregister this object from the database.
WARNING! Do not use this method because it is called internally.