[]
The type of the SQL statement
public enum C1StatementType
| Name | Description |
|---|---|
| AlterTable | Represents a statement to alter a table. |
| Begin | Begin |
| Commit | Commit |
| CreateTable | CreateTable |
| Delete | Delete |
| DropTable | Represents a statement to drop a table. |
| Insert | Insert |
| Rollback | Rollback |
| Select | Select |
| Update | Update |