types

package
v0.3.32 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

README

对 sqlx types.NullJSONText 等数据结构提供一些便利的函数等

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEmptySliceJSONText added in v0.3.18

func NewEmptySliceJSONText() (result types.JSONText)

NewEmptySliceJSONText 参加一个空的 切片的 types.JSONText

func NewEmptySliceNullJSONText

func NewEmptySliceNullJSONText() (result types.NullJSONText)

NewEmptySliceNullJSONText 参加一个空的 切片的 types.NullJSONText

func NewInt32SliceJSONText added in v0.3.18

func NewInt32SliceJSONText(source []int32, empty bool) (result types.JSONText, err error)

NewInt32SliceJSONText 创建 一个 int32 切片的 NullJSONText

func NewInt32SliceNullJSONText

func NewInt32SliceNullJSONText(source []int32, empty bool) (result types.NullJSONText, err error)

NewInt32SliceNullJSONText 创建 一个 int32 切片的 types.NullJSONText

func NewInt64SliceJSONText added in v0.3.18

func NewInt64SliceJSONText(source []int64, empty bool) (result types.JSONText, err error)

NewInt64SliceJSONText 创建 一个 int64 切片的 NullJSONText

func NewInt64SliceNullJSONText

func NewInt64SliceNullJSONText(source []int64, empty bool) (result types.NullJSONText, err error)

NewInt64SliceNullJSONText 创建 一个 int64 切片的 types.NullJSONText

func NewSliceJSONText added in v0.3.18

func NewSliceJSONText(source interface{}, empty bool) (result types.JSONText, err error)

NewSliceJSONText 创建 一个 切片的 types.NullJSONText, 不关心 source 中元素的类型

func NewSliceNullJSONText

func NewSliceNullJSONText(source interface{}, empty bool) (result types.NullJSONText, err error)

NewSliceNullJSONText 创建 一个 切片的 types.NullJSONText, 不关心 source 中元素的类型

func NewStringSliceJSONText added in v0.3.18

func NewStringSliceJSONText(source []string, empty bool) (result types.JSONText, err error)

NewStringSliceJSONText 创建 一个 string 切片的 NullJSONText

func NewStringSliceNullJSONText

func NewStringSliceNullJSONText(source []string, empty bool) (result types.NullJSONText, err error)

NewStringSliceNullJSONText 创建 一个 string 切片的 types.NullJSONText

Types

This section is empty.

Jump to

Keyboard shortcuts

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