Documentation ¶
Index ¶
- type CustomTableName1
- func (v *CustomTableName1) Addrs() []any
- func (CustomTableName1) Columns() []string
- func (v CustomTableName1) GetText() sequel.ColumnValuer[string]
- func (v CustomTableName1) InsertOneStmt() (string, []any)
- func (CustomTableName1) InsertPlaceholders(row int) string
- func (CustomTableName1) TableName() string
- func (v CustomTableName1) Values() []any
- type CustomTableName2
- func (v *CustomTableName2) Addrs() []any
- func (CustomTableName2) Columns() []string
- func (v CustomTableName2) GetText() sequel.ColumnValuer[string]
- func (v CustomTableName2) InsertOneStmt() (string, []any)
- func (CustomTableName2) InsertPlaceholders(row int) string
- func (CustomTableName2) TableName() string
- func (v CustomTableName2) Values() []any
- type CustomTableName3
- func (v *CustomTableName3) Addrs() []any
- func (CustomTableName3) Columns() []string
- func (v CustomTableName3) GetText() sequel.ColumnValuer[string]
- func (v CustomTableName3) InsertOneStmt() (string, []any)
- func (CustomTableName3) InsertPlaceholders(row int) string
- func (CustomTableName3) TableName() string
- func (v CustomTableName3) Values() []any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomTableName1 ¶
type CustomTableName1 struct { Text string // contains filtered or unexported fields }
func (*CustomTableName1) Addrs ¶
func (v *CustomTableName1) Addrs() []any
func (CustomTableName1) Columns ¶
func (CustomTableName1) Columns() []string
func (CustomTableName1) GetText ¶
func (v CustomTableName1) GetText() sequel.ColumnValuer[string]
func (CustomTableName1) InsertOneStmt ¶
func (v CustomTableName1) InsertOneStmt() (string, []any)
func (CustomTableName1) InsertPlaceholders ¶
func (CustomTableName1) InsertPlaceholders(row int) string
func (CustomTableName1) TableName ¶
func (CustomTableName1) TableName() string
func (CustomTableName1) Values ¶
func (v CustomTableName1) Values() []any
type CustomTableName2 ¶
type CustomTableName2 struct { Text string // contains filtered or unexported fields }
func (*CustomTableName2) Addrs ¶
func (v *CustomTableName2) Addrs() []any
func (CustomTableName2) Columns ¶
func (CustomTableName2) Columns() []string
func (CustomTableName2) GetText ¶
func (v CustomTableName2) GetText() sequel.ColumnValuer[string]
func (CustomTableName2) InsertOneStmt ¶
func (v CustomTableName2) InsertOneStmt() (string, []any)
func (CustomTableName2) InsertPlaceholders ¶
func (CustomTableName2) InsertPlaceholders(row int) string
func (CustomTableName2) TableName ¶
func (CustomTableName2) TableName() string
func (CustomTableName2) Values ¶
func (v CustomTableName2) Values() []any
type CustomTableName3 ¶
func (*CustomTableName3) Addrs ¶
func (v *CustomTableName3) Addrs() []any
func (CustomTableName3) Columns ¶
func (CustomTableName3) Columns() []string
func (CustomTableName3) GetText ¶
func (v CustomTableName3) GetText() sequel.ColumnValuer[string]
func (CustomTableName3) InsertOneStmt ¶
func (v CustomTableName3) InsertOneStmt() (string, []any)
func (CustomTableName3) InsertPlaceholders ¶
func (CustomTableName3) InsertPlaceholders(row int) string
func (CustomTableName3) TableName ¶
func (CustomTableName3) TableName() string
func (CustomTableName3) Values ¶
func (v CustomTableName3) Values() []any
Click to show internal directories.
Click to hide internal directories.