StatementType 枚举

定义

public enum class StatementType
public enum StatementType
type StatementType = 
Public Enum StatementType
继承
StatementType

字段

Batch 4

SQL 查询,它是批处理语句。

Delete 3

SQL 查询,它是 DELETE 语句。

Insert 1

SQL 查询,它是 INSERT 语句。

Select 0

SQL 查询,它是 SELECT 语句。

Update 2

SQL 查询,它是 UPDATE 语句。

适用于