Versions in this module Expand all Collapse all v0 v0.0.1 Sep 23, 2025 Changes in this version + func NewCopy() DatabaseTransformer + type MySQLExtraData struct + Delimiter string + EndMarks map[string]struct{} + InDelimiterDef bool + func (e *MySQLExtraData) IsBlockEnd(line string) bool + type MySQLType int + const MySQLTypeAlter + const MySQLTypeCreateFunction + const MySQLTypeCreateIndex + const MySQLTypeCreateProcedure + const MySQLTypeCreateTable + const MySQLTypeCreateTrigger + const MySQLTypeCreateView + const MySQLTypeDelete + const MySQLTypeDrop + const MySQLTypeInsert + const MySQLTypeOther + const MySQLTypeSelect + const MySQLTypeTransaction + const MySQLTypeUnknown + const MySQLTypeUpdate + func (t MySQLType) AsInt() int + func (t MySQLType) IsBlock() bool + func (t MySQLType) IsNull() bool + func (t MySQLType) String() string