The members of Android.Database.Sqlite.SQLiteProgram are listed below.
See Also: Inherited members from Android.Database.Sqlite.SQLiteClosable
A constructor used when creating managed representations of JNI objects; called by the runtime. |
MDatabase | SQLiteDatabase. Documentation for this section has not yet been entered. | |
NHandle | int. Documentation for this section has not yet been entered. | |
NStatement | int. Documentation for this section has not yet been entered. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
BindAllArgsAsStrings(string[])Given an array of String bindArgs, this method binds all of them in one single call. | ||
BindBlob(int, byte[])Bind a byte array value to this statement. | ||
BindDouble(int, double)Bind a double value to this statement. | ||
BindLong(int, long)Bind a long value to this statement. | ||
BindNull(int)Bind a NULL value to this statement. | ||
BindString(int, string)Bind a String value to this statement. | ||
ClearBindings()Clears all existing bindings. | ||
override | Close()Documentation for this section has not yet been entered. |
Compile(string, bool)Documentation for this section has not yet been entered. | ||
Native_bind_blob(int, byte[])Documentation for this section has not yet been entered. | ||
Native_bind_double(int, double)Documentation for this section has not yet been entered. | ||
Native_bind_long(int, long)Documentation for this section has not yet been entered. | ||
Native_bind_null(int)Documentation for this section has not yet been entered. | ||
Native_bind_string(int, string)Documentation for this section has not yet been entered. | ||
Native_compile(string)Documentation for this section has not yet been entered. | ||
Native_finalize()Documentation for this section has not yet been entered. | ||
override | OnAllReferencesReleased()Called when the last reference to the object was released by a call to SQLiteClosable.ReleaseReference or SQLiteClosable.Close. |