Documentation
¶
Index ¶
- type MyDB
- func (m *MyDB) Close() bool
- func (m *MyDB) Connect() bool
- func (m *MyDB) Delete(query string, args ...interface{}) bool
- func (m *MyDB) Get(query string, args ...interface{}) *di.DbRow
- func (m *MyDB) GetList(query string, args ...interface{}) *di.DbRows
- func (m *MyDB) Insert(query string, args ...interface{}) (bool, int64)
- func (m *MyDB) Test(query string, args ...interface{}) *di.DbRow
- func (m *MyDB) Update(query string, args ...interface{}) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.