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
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. |