interfaces

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB interface {
	Find(sql string, args ...interface{}) (record.ActiveRecordList, error)
	FindFirst(sql string, args ...interface{}) (*record.ActiveRecord, error)
	Update(sql string, args ...interface{}) (int64, error)
	Save(table string, rd *record.ActiveRecord) (bool, error)
	Delete(table string, rd *record.ActiveRecord) (int64, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL