Android.Database.Sqlite.SQLiteProgram Members

The members of Android.Database.Sqlite.SQLiteProgram are listed below.

See Also: Inherited members from Android.Database.Sqlite.SQLiteClosable

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
UniqueIdint. Unimplemented.

Protected Properties

MDatabaseSQLiteDatabase. Documentation for this section has not yet been entered.
NHandleint. Documentation for this section has not yet been entered.
NStatementint. Documentation for this section has not yet been entered.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

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.

Protected Methods

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.