# Packages
No description provided by the author
# Functions
CreateEmptyMySQLDb returns a collection of MySQL Tables that do not contain any data.
No description provided by the author
No description provided by the author
No description provided by the author
NewPrivilegedDatabase returns a new PrivilegedDatabase.
NewPrivilegedDatabaseProvider returns a new PrivilegedDatabaseProvider.
NewPrivilegeSet returns a new PrivilegeSet.
NewPrivilegeSetWithAllPrivileges returns a new PrivilegeSet with every global static privilege added.
NewReplicaSourceInfo constructs a new ReplicaSourceInfo instance, with defaults applied.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
MySQLDb are the collection of tables that are in the MySQL database.
NoopPersister is used when nothing in mysql db should be persisted.
PrivilegedDatabase is a wrapper around a normal sql.Database that takes a context's client's privileges into consideration when returning a sql.Table.
PrivilegedDatabaseProvider is a wrapper around a normal sql.DatabaseProvider that takes a context's client's privileges into consideration when returning a sql.Database.
PrivilegeSet is a set containing privileges.
PrivilegeSetColumn is a set containing column privileges.
PrivilegeSetDatabase is a set containing database-level privileges.
No description provided by the author
PrivilegeSetTable is a set containing table-level privileges.
No description provided by the author
ReplicaSourceInfo represents the binlog replication metadata persisted in the mysql database.
No description provided by the author
No description provided by the author
RoleEdge represents a role to user mapping from the roles_edges Grant Table.
No description provided by the author
No description provided by the author
RoleEdgesFromKey is a secondary key that represents the "from" columns on the "role_edges" Grant Table.
RoleEdgesPrimaryKey is a key that represents the primary key for the "role_edges" Grant Table.
RoleEdgesToKey is a secondary key that represents the "to" columns on the "role_edges" Grant Table.
No description provided by the author
User represents a user from the user Grant Table.
UserPrimaryKey is a key that represents the primary key for the "user" Grant Table.
No description provided by the author
UserSecondaryKey is a key that represents the secondary key for the "user" Grant Table, which contains only usernames.
No description provided by the author
# Interfaces
MySQLDbPersistence is used to determine the behavior of how certain tables in MySQLDb will be persisted.
No description provided by the author
No description provided by the author