Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { Name string // Unsigned is true if the column is of integer or decimal types and is // unsigned. Unsigned bool }
Column carries two key column parameters that are not available in the binary log of older versions of MySQL.
type Manager ¶
type Manager struct { Schema *Schema // contains filtered or unexported fields }
Manager maintains table schemas.
func (*Manager) Manage ¶
Manage adds given tables to a list of managed tables and updates its details.
func (*Manager) ProcessQuery ¶
ProcessQuery accepts an SQL query and updates schema if required.
Click to show internal directories.
Click to hide internal directories.