valuer

package
v0.0.0-...-dcc35fc Latest Latest
Warning

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

Go to latest
Published: Sep 10, 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 B

type B struct {
	ID       int64
	Value    anyType
	PtrValue *anyType
	N        string
}

func (*B) Addrs

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

func (B) Columns

func (B) Columns() []string

func (B) GetID

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

func (B) GetN

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

func (B) GetPtrValue

func (v B) GetPtrValue() sequel.ColumnValuer[*anyType]

func (B) GetValue

func (v B) GetValue() sequel.ColumnValuer[anyType]

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

Jump to

Keyboard shortcuts

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