Android.Database.Sqlite.SQLiteStatement Members

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

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

Protected Constructors

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

Protected Properties

[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

Execute()
Execute this SQL statement, if it is not a SELECT / INSERT / DELETE / UPDATE, for example CREATE / DROP table, view, trigger, index etc.
ExecuteInsert() : long
Execute this SQL statement and return the ID of the row inserted due to this call.
ExecuteUpdateDelete() : int
Execute this SQL statement, if the the number of rows affected by execution of this SQL statement is of any importance to the caller - for example, UPDATE / DELETE SQL statements.
SimpleQueryForBlobFileDescriptor() : Android.OS.ParcelFileDescriptor
Executes a statement that returns a 1 by 1 table with a blob value.
SimpleQueryForLong() : long
Execute a statement that returns a 1 by 1 table with a numeric value.
SimpleQueryForString() : string
Execute a statement that returns a 1 by 1 table with a text value.