Android.Database.Sqlite.SQLiteProgram: Method Members

The methods of Android.Database.Sqlite.SQLiteProgram are listed below. For a list of all members, see the SQLiteProgram Members list.

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

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.