dbtype

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 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 JsonMap

type JsonMap map[string]interface{}

JsonMap 是自定义的类型,用于表示 JSON 字段

func (*JsonMap) Scan

func (j *JsonMap) Scan(value interface{}) error

Scan 实现了 sql.Scanner 接口,用于从数据库字段扫描数据到 JsonMap

func (JsonMap) Value

func (j JsonMap) Value() (driver.Value, error)

Value 实现了 driver.Valuer 接口,用于将 JsonMap 类型转换为数据库字段值(JSON 格式的 []byte)

Jump to

Keyboard shortcuts

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