Documentation ¶
Index ¶
Constants ¶
View Source
const ( // InformationSchemaDatabaseName is the name of the information schema database. InformationSchemaDatabaseName = "information_schema" // FilesTableName is the name of the files table. FilesTableName = "files" // ColumnStatisticsTableName is the name of the column statistics table. ColumnStatisticsTableName = "column_statistics" // TablesTableName is the name of tables table. TablesTableName = "tables" // ColumnsTableName is the name of columns table. ColumnsTableName = "columns" // SchemataTableName is the name of the schemata table. SchemataTableName = "schemata" // CollationsTableName is the name of the collations table. CollationsTableName = "collations" // StatisticsTableName is the name of the statistics table. StatisticsTableName = "statistics" // TableConstraintsTableName is the name of the table_constraints table. TableConstraintsTableName = "table_constraints" // ReferentialConstraintsTableName is the name of the table_constraints table. ReferentialConstraintsTableName = "referential_constraints" // KeyColumnUsageTableName is the name of the key_column_usage table. KeyColumnUsageTableName = "key_column_usage" // TriggersTableName is the name of the triggers table. TriggersTableName = "triggers" // EventsTableName is the name of the events table. EventsTableName = "events" // RoutinesTableName is the name of the routines table. RoutinesTableName = "routines" // ViewsTableName is the name of the views table. ViewsTableName = "views" // UserPrivilegesTableName is the name of the user_privileges table UserPrivilegesTableName = "user_privileges" // CharacterSetsTableName is the name of the character_sets table CharacterSetsTableName = "character_sets" // EnginesTableName is the name of the engines table EnginesTableName = "engines" // CheckConstraintsTableName is the name of check_constraints table CheckConstraintsTableName = "check_constraints" // PartitionsTableName is the name of the partitions table PartitionsTableName = "partitions" // InnoDBTempTableName is the name of the INNODB_TEMP_TABLE_INFO table InnoDBTempTableName = "innodb_temp_table_info" )
Variables ¶
This section is empty.
Functions ¶
func NewInformationSchemaDatabase ¶
func NewInformationSchemaDatabase() Database
NewInformationSchemaDatabase creates a new INFORMATION_SCHEMA Database.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.