Android.Database.Sqlite.SQLiteStatement: Method Members

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

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

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.