|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SWIGTYPE_p_Mem | |
---|---|
org.sqlite | Provides the JDBC Driver class and the database access classes. |
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_Mem in org.sqlite |
---|
Methods in org.sqlite that return SWIGTYPE_p_Mem | |
---|---|
SWIGTYPE_p_Mem |
Statement.getValue(int columnIndex)
invoke sqlite3_column_value() function. |
Methods in org.sqlite with parameters of type SWIGTYPE_p_Mem | |
---|---|
void |
Statement.bindValue(int parameterIndex,
SWIGTYPE_p_Mem val)
invoke sqlite3_bind_value() function. |
Uses of SWIGTYPE_p_Mem in org.sqlite.swig |
---|
Methods in org.sqlite.swig that return SWIGTYPE_p_Mem | |
---|---|
static SWIGTYPE_p_Mem |
SQLite3.get_p_sqlite3_value(SWIGTYPE_p_p_Mem value,
int i)
|
static SWIGTYPE_p_Mem |
SQLite3.sqlite3_column_value(SWIGTYPE_p_sqlite3_stmt arg0,
int iCol)
|
Methods in org.sqlite.swig with parameters of type SWIGTYPE_p_Mem | |
---|---|
protected static long |
SWIGTYPE_p_Mem.getCPtr(SWIGTYPE_p_Mem obj)
|
static int |
SQLite3.sqlite3_bind_value(SWIGTYPE_p_sqlite3_stmt arg0,
int arg1,
SWIGTYPE_p_Mem arg2)
|
static void |
SQLite3.sqlite3_result_value(SWIGTYPE_p_sqlite3_context arg0,
SWIGTYPE_p_Mem arg1)
|
static byte[] |
SQLite3.sqlite3_value_blob_by_bytes(SWIGTYPE_p_Mem arg0)
|
static SWIGTYPE_p_void |
SQLite3.sqlite3_value_blob(SWIGTYPE_p_Mem arg0)
|
static int |
SQLite3.sqlite3_value_bytes(SWIGTYPE_p_Mem arg0)
|
static double |
SQLite3.sqlite3_value_double(SWIGTYPE_p_Mem arg0)
|
static int |
SQLite3.sqlite3_value_int(SWIGTYPE_p_Mem arg0)
|
static long |
SQLite3.sqlite3_value_int64(SWIGTYPE_p_Mem arg0)
|
static int |
SQLite3.sqlite3_value_numeric_type(SWIGTYPE_p_Mem arg0)
|
static java.lang.String |
SQLite3.sqlite3_value_text(SWIGTYPE_p_Mem arg0)
|
static int |
SQLite3.sqlite3_value_type(SWIGTYPE_p_Mem arg0)
|
Uses of SWIGTYPE_p_Mem in org.sqlite.udf |
---|
Methods in org.sqlite.udf that return SWIGTYPE_p_Mem | |
---|---|
SWIGTYPE_p_Mem |
Context.getSQLite3ValuePtr(int parameterIndex)
Returns the value of sqlite3_value*. |
Methods in org.sqlite.udf with parameters of type SWIGTYPE_p_Mem | |
---|---|
void |
Context.result(SWIGTYPE_p_Mem x)
invoke sqlite3_result_value() function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |