test_package

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestTable

type TestTable struct {
	//TableName gobatis.ModelName `test_table`
	Id         int64     `xfield:"id"`
	Username   string    `xfield:"username"`
	Password   string    `xfield:"password"`
	UpdateTime time.Time `xfield:"update_time"`
}

type TestTableCallProxy

type TestTableCallProxy gobatis.Session

func New

func (*TestTableCallProxy) DeleteTestTable

func (proxy *TestTableCallProxy) DeleteTestTable(model TestTable) int64

func (*TestTableCallProxy) InsertTestTable

func (proxy *TestTableCallProxy) InsertTestTable(model TestTable) (int64, int64)

func (*TestTableCallProxy) SelectTestTable

func (proxy *TestTableCallProxy) SelectTestTable(model TestTable) []TestTable

func (*TestTableCallProxy) SelectTestTableCount

func (proxy *TestTableCallProxy) SelectTestTableCount(model TestTable) int64

func (*TestTableCallProxy) Tx

func (proxy *TestTableCallProxy) Tx(txFunc func(s *TestTableCallProxy) bool)

func (*TestTableCallProxy) UpdateTestTable

func (proxy *TestTableCallProxy) UpdateTestTable(model TestTable) int64

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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