sqls

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	sql.SQLBase
}

func (*App) Find added in v0.1.7

func (a *App) Find() string

func (*App) Get added in v0.1.7

func (a *App) Get() string

func (*App) GetForUpdate added in v0.1.7

func (a *App) GetForUpdate() string

func (*App) Insert added in v0.1.7

func (a *App) Insert() string

func (*App) Update added in v0.1.7

func (a *App) Update() string

type AuthToken

type AuthToken struct {
	sql.SQLBase
}

func (*AuthToken) Count added in v0.1.7

func (a *AuthToken) Count() string

func (*AuthToken) Delete added in v0.1.7

func (a *AuthToken) Delete() string

func (*AuthToken) GetByAccessToken added in v0.1.7

func (a *AuthToken) GetByAccessToken() string

func (*AuthToken) GetByRefreshToken added in v0.1.7

func (a *AuthToken) GetByRefreshToken() string

func (*AuthToken) Insert added in v0.1.7

func (a *AuthToken) Insert() string

func (*AuthToken) Pagination added in v0.1.7

func (a *AuthToken) Pagination() string

type Dept

type Dept struct {
	sql.SQLBase
}

func (*Dept) Insert added in v0.1.7

func (d *Dept) Insert() string

type DeptLevel

type DeptLevel struct {
	sql.SQLBase
}

func (*DeptLevel) Insert added in v0.1.7

func (d *DeptLevel) Insert() string

type DeptStaff

type DeptStaff struct {
	sql.SQLBase
}

func (*DeptStaff) Insert added in v0.1.7

func (d *DeptStaff) Insert() string

type Group

type Group struct {
	sql.SQLBase
}

func (*Group) Count added in v0.1.7

func (g *Group) Count() string

func (*Group) Get added in v0.1.7

func (g *Group) Get() string

func (*Group) GetForUpdate added in v0.1.7

func (g *Group) GetForUpdate() string

func (*Group) Insert added in v0.1.7

func (g *Group) Insert() string

func (*Group) Pagination added in v0.1.7

func (g *Group) Pagination() string

func (*Group) Update added in v0.1.7

func (g *Group) Update() string

type Log

type Log struct {
	sql.SQLBase
}

func (*Log) Find added in v0.1.7

func (l *Log) Find() string

func (*Log) Insert added in v0.1.7

func (l *Log) Insert() string

type Staff

type Staff struct {
	sql.SQLBase
}

func (*Staff) Count added in v0.1.7

func (s *Staff) Count() string

func (*Staff) Get added in v0.1.7

func (s *Staff) Get() string

func (*Staff) GetByEmail added in v0.1.7

func (s *Staff) GetByEmail() string

func (*Staff) GetForUpdate added in v0.1.7

func (s *Staff) GetForUpdate() string

func (*Staff) Insert added in v0.1.7

func (s *Staff) Insert() string

func (*Staff) Pagination added in v0.1.7

func (s *Staff) Pagination() string

func (*Staff) Update added in v0.1.7

func (s *Staff) Update() string

Jump to

Keyboard shortcuts

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