Documentation
¶
Index ¶
- func FetchAll(rows *sql.Rows) ([]map[string]string, error)
- func FetchAllNew(rows *sql.Rows) ([][]string, error)
- func FetchOne(rows *sql.Rows) (map[string]string, error)
- func FetchOneNew(rows *sql.Rows) ([]string, error)
- func IdpkTABLA(keyNameIN, table_name string) (primarykey, primaryKeyThisTable bool)
- func MapArrayToDBObjects(table_name string, map_array []map[string]string) []model.Object
- func ObjToJSON(tname string, obj map[string]string) (mg, dt string)
- func ScanOne(rows *sql.Rows, columnCount int, columns []string) (map[string]string, error)
- func ScanOneNew(rows *sql.Rows, columnCount int, columns []string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapArrayToDBObjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.