Documentation ¶
Index ¶
- type B
- func (v *B) Addrs() []any
- func (B) Columns() []string
- func (v B) GetID() sequel.ColumnValuer[int64]
- func (v B) GetN() sequel.ColumnValuer[string]
- func (v B) GetPtrValue() sequel.ColumnValuer[*anyType]
- func (v B) GetValue() sequel.ColumnValuer[anyType]
- func (v B) InsertOneStmt() (string, []any)
- func (B) InsertPlaceholders(row int) string
- func (B) TableName() string
- func (v B) Values() []any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type B ¶
func (B) GetPtrValue ¶
func (v B) GetPtrValue() sequel.ColumnValuer[*anyType]
func (B) GetValue ¶
func (v B) GetValue() sequel.ColumnValuer[anyType]
func (B) InsertOneStmt ¶
func (B) InsertPlaceholders ¶
Click to show internal directories.
Click to hide internal directories.