Versions in this module Expand all Collapse all v0 v0.0.1 Sep 23, 2025 Changes in this version + type SQLiteExtraData struct + EndMarks map[string]struct{} + func (e *SQLiteExtraData) IsBlockEnd(line string) bool + type SQLiteType int + const SQLiteTypeAlter + const SQLiteTypeCreateIndex + const SQLiteTypeCreateTable + const SQLiteTypeCreateTrigger + const SQLiteTypeCreateView + const SQLiteTypeDelete + const SQLiteTypeDrop + const SQLiteTypeInsert + const SQLiteTypeOther + const SQLiteTypeProcedure + const SQLiteTypeSelect + const SQLiteTypeTransaction + const SQLiteTypeUnknown + const SQLiteTypeUpdate + func (t SQLiteType) AsInt() int + func (t SQLiteType) IsBlock() bool + func (t SQLiteType) IsNull() bool + func (t SQLiteType) String() string