abstract

package
v0.0.0-...-3473e7d Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractOps

type AbstractOps struct {
	SqlOps query.SQLOps
}

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

Jump to

Keyboard shortcuts

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