Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
U
unescapeSingleQuotedString(String)
- Static method in class org.sqlite.swig.
SQLite3
Returns the unescaped string.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.auth.
Authorizer
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.callback.
Callback
Unregister this object from the database.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.callback.
ExecCallback
Not supported.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.event.
BusyHandler
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.event.
CollationNeededHandler
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.event.
CommitHook
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.event.
ProgressHandler
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.event.
RollbackHook
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.event.
UpdateHook
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.profiler.
Profiler
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.profiler.
Tracer
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.text.
Collator
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregister(SWIGTYPE_p_sqlite3)
- Method in class org.sqlite.udf.
Function
Unregister this object from the database.
WARNING! Do not use this method because it is called internally.
unregisterVFS(SWIGTYPE_p_sqlite3_vfs)
- Static method in class org.sqlite.
Database
invoke sqlite3_vfs_unregister() function.
updateArray(int, Array)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateArray(String, Array)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateAsciiStream(int, InputStream, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateAsciiStream(String, InputStream, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBigDecimal(int, BigDecimal)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBigDecimal(String, BigDecimal)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBinaryStream(int, InputStream, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBinaryStream(String, InputStream, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBlob(int, Blob)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBlob(String, Blob)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBoolean(int, boolean)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBoolean(String, boolean)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateByte(int, byte)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateByte(String, byte)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBytes(int, byte[])
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateBytes(String, byte[])
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateCharacterStream(int, Reader, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateCharacterStream(String, Reader, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateClob(int, Clob)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateClob(String, Clob)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateDate(int, Date)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateDate(String, Date)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateDouble(int, double)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateDouble(String, double)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateFloat(int, float)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateFloat(String, float)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
UpdateHook
- Class in
org.sqlite.event
INSERT, UPDATE, DELETE hook class.
UpdateHook()
- Constructor for class org.sqlite.event.
UpdateHook
updateInt(int, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateInt(String, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateLong(int, long)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateLong(String, long)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateNull(int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateNull(String)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateObject(int, Object, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateObject(int, Object)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateObject(String, Object, int)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateObject(String, Object)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateRef(int, Ref)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateRef(String, Ref)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateRow()
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updatesAreDetected(int)
- Method in class org.sqlite.jdbc.
JdbcDatabaseMetaData
It always returns false.
updateShort(int, short)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateShort(String, short)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateString(int, String)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateString(String, String)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateTime(int, Time)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateTime(String, Time)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateTimestamp(int, Timestamp)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
updateTimestamp(String, Timestamp)
- Method in class org.sqlite.jdbc.
JdbcResultSet
Not supporetd yet.
usedMemory()
- Static method in class org.sqlite.
Database
Deprecated.
usesLocalFilePerTable()
- Method in class org.sqlite.jdbc.
JdbcDatabaseMetaData
It always returns false.
usesLocalFiles()
- Method in class org.sqlite.jdbc.
JdbcDatabaseMetaData
false is returned for the in-memory database.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X