Documentation
¶
Overview ¶
* @Description: * @Author: 安知鱼 * @Date: 2025-06-26 11:59:31 * @LastEditTime: 2025-07-13 13:05:13 * @LastEditors: 安知鱼
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullUint64 ¶
NullUint64 用于处理可为空的 uint64 类型。 它实现了 database/sql.Scanner 和 database/sql/driver.Valuer 接口, 以便在 数据库操作中正确处理 NULL 值。
func (*NullUint64) Scan ¶
func (nu *NullUint64) Scan(value interface{}) error
Scan 实现了 sql.Scanner 接口,用于从数据库读取数据到 NullUint64。
Click to show internal directories.
Click to hide internal directories.