Documentation ¶
Index ¶
- type AbstractOps
- func (d *AbstractOps) All() error
- func (d *AbstractOps) Count(values ...interface{}) (int, error)
- func (d *AbstractOps) Delete(values ...interface{}) error
- func (d *AbstractOps) Find(values ...interface{}) error
- func (d *AbstractOps) Max(value interface{}) (int, error)
- func (d *AbstractOps) Prepare(object interface{}, objectArray interface{}, db *sql.DB, ...)
- func (d *AbstractOps) SQL(sqlQuery string, values ...interface{}) ([]map[string]interface{}, error)
- func (d *AbstractOps) Save(values ...interface{}) error
- func (d *AbstractOps) Update(values ...interface{}) error
- func (d *AbstractOps) Where(values ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractOps ¶
func (*AbstractOps) All ¶
func (d *AbstractOps) All() error
func (*AbstractOps) Count ¶
func (d *AbstractOps) Count(values ...interface{}) (int, error)
func (*AbstractOps) Delete ¶
func (d *AbstractOps) Delete(values ...interface{}) error
func (*AbstractOps) Find ¶
func (d *AbstractOps) Find(values ...interface{}) error
func (*AbstractOps) Max ¶
func (d *AbstractOps) Max(value interface{}) (int, error)
func (*AbstractOps) Prepare ¶
func (d *AbstractOps) Prepare(object interface{}, objectArray interface{}, db *sql.DB, extraOptions ...interface{})
func (*AbstractOps) SQL ¶
func (d *AbstractOps) SQL(sqlQuery string, values ...interface{}) ([]map[string]interface{}, error)
func (*AbstractOps) Save ¶
func (d *AbstractOps) Save(values ...interface{}) error
func (*AbstractOps) Update ¶
func (d *AbstractOps) Update(values ...interface{}) error
func (*AbstractOps) Where ¶
func (d *AbstractOps) Where(values ...interface{}) error
Click to show internal directories.
Click to hide internal directories.