Documentation ¶
Index ¶
- type Custom
- func (v *Custom) Addrs() []any
- func (Custom) Columns() []string
- func (v Custom) GetEnum() sequel.ColumnValuer[Enum]
- func (v Custom) GetNum() sequel.ColumnValuer[uint16]
- func (v Custom) GetStr() sequel.ColumnValuer[longText]
- func (v Custom) InsertOneStmt() (string, []any)
- func (Custom) InsertPlaceholders(row int) string
- func (Custom) TableName() string
- func (v Custom) Values() []any
- type Enum
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Custom ¶
type Custom struct { Str longText `sql:"text"` Enum Enum `sql:"e"` Status string `sql:"-"` Num uint16 // contains filtered or unexported fields }
func (Custom) GetStr ¶
func (v Custom) GetStr() sequel.ColumnValuer[longText]
func (Custom) InsertOneStmt ¶
func (Custom) InsertPlaceholders ¶
Click to show internal directories.
Click to hide internal directories.