alias

package
v0.0.0-...-90567dc Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AliasStruct

type AliasStruct struct {
	// sql.NullString
	B float64
	Empty

	// PtrHeader *aliasStr
	Header  aliasStr
	Raw     sql.RawBytes
	Text    customStr
	NullStr s.NullString
	// contains filtered or unexported fields
}

func (*AliasStruct) Addrs

func (v *AliasStruct) Addrs() []any

func (AliasStruct) Columns

func (AliasStruct) Columns() []string

func (AliasStruct) FindOneByPKStmt

func (v AliasStruct) FindOneByPKStmt() (string, []any)

func (AliasStruct) GetB

func (AliasStruct) GetCreated

func (v AliasStruct) GetCreated() sequel.ColumnValuer[DT]

func (AliasStruct) GetHeader

func (v AliasStruct) GetHeader() sequel.ColumnValuer[aliasStr]

func (AliasStruct) GetID

func (v AliasStruct) GetID() sequel.ColumnValuer[int64]

func (AliasStruct) GetNullStr

func (v AliasStruct) GetNullStr() sequel.ColumnValuer[sql.NullString]

func (AliasStruct) GetRaw

func (AliasStruct) GetText

func (v AliasStruct) GetText() sequel.ColumnValuer[customStr]

func (AliasStruct) GetUpdated

func (v AliasStruct) GetUpdated() sequel.ColumnValuer[DT]

func (AliasStruct) HasPK

func (AliasStruct) HasPK()

func (AliasStruct) InsertOneStmt

func (v AliasStruct) InsertOneStmt() (string, []any)

func (AliasStruct) InsertPlaceholders

func (AliasStruct) InsertPlaceholders(row int) string

func (AliasStruct) PK

func (v AliasStruct) PK() (string, int, any)

func (AliasStruct) TableName

func (AliasStruct) TableName() string

func (AliasStruct) UpdateOneByPKStmt

func (v AliasStruct) UpdateOneByPKStmt() (string, []any)

func (AliasStruct) Values

func (v AliasStruct) Values() []any

type B

type B struct {
	Name string
}

func (*B) Addrs

func (v *B) Addrs() []any

func (B) Columns

func (B) Columns() []string

func (B) GetName

func (v B) GetName() sequel.ColumnValuer[string]

func (B) InsertOneStmt

func (v B) InsertOneStmt() (string, []any)

func (B) InsertPlaceholders

func (B) InsertPlaceholders(row int) string

func (B) TableName

func (B) TableName() string

func (B) Values

func (v B) Values() []any

type C

type C struct {
	ID int64
}

This will exclude

func (*C) Addrs

func (v *C) Addrs() []any

func (C) Columns

func (C) Columns() []string

func (C) GetID

func (v C) GetID() sequel.ColumnValuer[int64]

func (C) InsertOneStmt

func (v C) InsertOneStmt() (string, []any)

func (C) InsertPlaceholders

func (C) InsertPlaceholders(row int) string

func (C) TableName

func (C) TableName() string

func (C) Values

func (v C) Values() []any

type DT

type DT = t.Time

type Empty

type Empty struct{}

Jump to

Keyboard shortcuts

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