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