Documentation ¶
Index ¶
- type User
- func (v *User) Addrs() []any
- func (User) Columns() []string
- func (v User) FindOneByPKStmt() (string, []any)
- func (v User) GetBirthDate() sequel.ColumnValuer[civil.Date]
- func (v User) GetID() sequel.ColumnValuer[uuid.UUID]
- func (User) HasPK()
- func (v User) InsertOneStmt() (string, []any)
- func (User) InsertPlaceholders(row int) string
- func (v User) PK() (string, int, any)
- func (User) TableName() string
- func (v User) UpdateOneByPKStmt() (string, []any)
- func (v User) Values() []any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
func (User) FindOneByPKStmt ¶
func (User) GetBirthDate ¶
func (v User) GetBirthDate() sequel.ColumnValuer[civil.Date]
func (User) InsertOneStmt ¶
func (User) InsertPlaceholders ¶
func (User) UpdateOneByPKStmt ¶
Click to show internal directories.
Click to hide internal directories.