Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaHeroDatabaseConnection ¶
type SchemaHeroDatabaseConnection interface { GetConnection() *sql.Conn GetDB() *sql.DB DatabaseName() string EngineVersion() string CheckAlive(string, string) (bool, error) ListTables() ([]string, error) ListTableForeignKeys(string, string) ([]*types.ForeignKey, error) ListTableIndexes(string, string) ([]*types.Index, error) GetTablePrimaryKey(string) (*types.KeyConstraint, error) GetTableSchema(string) ([]*types.Column, error) }
Click to show internal directories.
Click to hide internal directories.