Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MySQLExtraData ¶
MySQLExtraData implements the ExtraData interface for MySQL
func (*MySQLExtraData) IsBlockEnd ¶
func (e *MySQLExtraData) IsBlockEnd(line string) bool
type MySQLType ¶
type MySQLType int
MySQLType implements the SQLType interface for MySQL
const ( MySQLTypeUnknown MySQLType = iota MySQLTypeSelect MySQLTypeInsert MySQLTypeUpdate MySQLTypeDelete MySQLTypeCreateTable MySQLTypeCreateIndex MySQLTypeCreateView MySQLTypeCreateFunction MySQLTypeCreateProcedure MySQLTypeCreateTrigger MySQLTypeDrop MySQLTypeAlter MySQLTypeTransaction MySQLTypeOther )
Click to show internal directories.
Click to hide internal directories.