information_schema

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2021 License: Apache-2.0 Imports: 10 Imported by: 24

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"
)

Variables

This section is empty.

Functions

func NewInformationSchemaDatabase

func NewInformationSchemaDatabase(cat *Catalog) Database

NewInformationSchemaDatabase creates a new INFORMATION_SCHEMA Database.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL