Documentation ¶
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 ¶
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)
#region: Get Column Info This function returns the column names and their associated data types
Click to show internal directories.
Click to hide internal directories.