Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbCtl ¶
type DbCtl interface { CreateTable(inf interface{}) error AddRecord(inf interface{}) error AddRecordWithPKey(inf interface{}) error CheckRecord(inf interface{}) bool ConditionalQuery(inf interface{}, conditional ...interface{}) error GetAllRecords(inf interface{}) error GetAllRecordsCount(inf interface{}) int64 GetLastRecord(inf interface{}) error GetRandomRecords(inf interface{}, amount int) error RemoveRecord(inf interface{}) error UpdateRecord(inf interface{}) error }
Click to show internal directories.
Click to hide internal directories.