Android.Database.Sqlite.SQLiteStatement Class
Represents a statement that can be executed against a database.

See Also: SQLiteStatement Members

Syntax

[Android.Runtime.Register("android/database/sqlite/SQLiteStatement", DoNotGenerateAcw=true)]
public class SQLiteStatement : SQLiteProgram

Remarks

Represents a statement that can be executed against a database. The statement cannot return multiple rows or columns, but single value (1 x 1) result sets are supported.

This class is not thread-safe.

[Android Documentation]

Requirements

Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1