StatementType Enum

Definition

Enumerates values returned by several types.

public enum StatementType
type StatementType = 
Inheritance
StatementType

Fields

Abort 6

One of the values returned by GetSqlStatementType(String).

Attach 3

One of the values returned by GetSqlStatementType(String).

Begin 4

One of the values returned by GetSqlStatementType(String).

Commit 5

One of the values returned by GetSqlStatementType(String).

Ddl 8

One of the values returned by GetSqlStatementType(String).

Other 99

One of the values returned by GetSqlStatementType(String).

Pragma 7

One of the values returned by GetSqlStatementType(String).

Select 1

One of the values returned by GetSqlStatementType(String).

Unprepared 9

One of the values returned by GetSqlStatementType(String).

Update 2

One of the values returned by GetSqlStatementType(String).

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to