|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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_context_db_handle(SWIGTYPE_p_sqlite3_context arg0)
|
static SWIGTYPE_p_sqlite3 |
SQLite3.sqlite3_db_handle(SWIGTYPE_p_sqlite3_stmt arg0)
|
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 that return SWIGTYPE_p_sqlite3 | |
---|---|
SWIGTYPE_p_sqlite3 |
Context.getDbHandle()
invoke sqlite3_context_db_handle() function. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |