StatementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum StatementType
type StatementType =
- Inheritance
-
StatementType
Fields
Name | Value | Description |
---|---|---|
Select | 1 | One of the values returned by GetSqlStatementType(String). |
Update | 2 | 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). |
Abort | 6 | One of the values returned by GetSqlStatementType(String). |
Pragma | 7 | One of the values returned by GetSqlStatementType(String). |
Ddl | 8 | One of the values returned by GetSqlStatementType(String). |
Unprepared | 9 | One of the values returned by GetSqlStatementType(String). |
Other | 99 | 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.