Enum DuckDBStatementType
public enum DuckDBStatementType
Fields
Alter = 9Analyze = 12Attach = 26Call = 20Copy = 11Create = 7CreateFunc = 14Delete = 5Detach = 27Drop = 15Execute = 8Explain = 4Export = 16Extension = 24Insert = 2Invalid = 0Load = 22LogicalPlan = 25Multi = 28Pragma = 17Prepare = 6Relation = 23Select = 1Set = 21Show = 18Transaction = 10Update = 3Vacuum = 19VariableSet = 13