Documentation
¶
Overview ¶
Package DataBaseTools provides tools for SQL file import and schema inspection.
Index ¶
- type Data
- func (t *Data) Get_Column_Info(server string, database string, user string, pass string, table string) (map[string]string, string)
- func (t *Data) Get_Table_Names(server string, database string, user string, pass string) (map[string]string, string)
- func (t *Data) SQL_File_Import(fpath string, server string, database string, user string, pass string) (map[string]string, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
Data holds configuration for file operations.
func (*Data) Get_Column_Info ¶
func (t *Data) Get_Column_Info(server string, database string, user string, pass string, table string) (map[string]string, string)
Get_Column_Info returns the column names and their associated data types.
Click to show internal directories.
Click to hide internal directories.