tablename

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: 3 Imported by: 0

Documentation

Index

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 (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 (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

type CustomTableName3 struct {
	Public sequel.TableName `sql:"table_3"`
	Text   string
}

func (*CustomTableName3) Addrs

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

func (CustomTableName3) Columns

func (CustomTableName3) Columns() []string

func (CustomTableName3) GetText

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

Jump to

Keyboard shortcuts

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