The members of Android.Database.Sqlite.SQLiteStatement are listed below.
See Also: Inherited members from Android.Database.Sqlite.SQLiteProgram
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
Execute()Execute this SQL statement, if it is not a SELECT / INSERT / DELETE / UPDATE, for example CREATE / DROP table, view, trigger, index etc. | ||
ExecuteInsert()Execute this SQL statement and return the ID of the row inserted due to this call. | ||
ExecuteUpdateDelete()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()Executes a statement that returns a 1 by 1 table with a blob value. | ||
SimpleQueryForLong()Execute a statement that returns a 1 by 1 table with a numeric value. | ||
SimpleQueryForString()Execute a statement that returns a 1 by 1 table with a text value. |