Documentation ¶
Index ¶
- func ManageDbResValue(rb sql.RawBytes) interface{}
- func ManageNullString(s string) sql.NullString
- func ManageValues(values *[]interface{}, v interface{})
- type Column
- type CondSql
- type DbRes
- type Dictio
- type FKeys
- type OptRes
- type RowValues
- type Table
- func (table *Table) DeleteRows(dbConn *sql.DB, debug string, conds [][7]string) *DbRes
- func (table *Table) InsertRow(dbConn *sql.DB, debug string, ps *map[string]interface{}) *DbRes
- func (table *Table) Select(dbConn *sql.DB, debug string, countRows bool, extRefs bool, quickList []string, ...) *DbRes
- func (table *Table) Update(dbConn *sql.DB, debug string, ps *map[string]interface{}, conds [][7]string) *DbRes
- type TableTab
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ManageDbResValue ¶
func ManageNullString ¶
func ManageNullString(s string) sql.NullString
func ManageValues ¶
func ManageValues(values *[]interface{}, v interface{})
Types ¶
type DbRes ¶
func ManageDbmsError ¶
Click to show internal directories.
Click to hide internal directories.