Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceScanner ¶ added in v0.3.0
type TypeNameScanner ¶ added in v0.3.0
type TypeNameScanner[T any] struct { // contains filtered or unexported fields }
func NewTypeNameScanner ¶ added in v0.3.0
func (*TypeNameScanner[T]) ScanJson ¶ added in v0.3.0
func (t *TypeNameScanner[T]) ScanJson(data []byte) (T, error)
func (*TypeNameScanner[T]) ScanRow ¶ added in v0.3.0
func (t *TypeNameScanner[T]) ScanRow(row pgx.CollectableRow) (T, error)
Click to show internal directories.
Click to hide internal directories.