Categorygithub.com/jtao539/sqlxp
modulepackage
0.2.5
Repository: https://github.com/jtao539/sqlxp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

B2N bEntity 转换为 nEntity, bEntity是golang basic数据类型的结构体,支持string,int,float nEntity是包含sql.NullXX类型的结构体,需为指针类型.
B2NList bEntityList 转换为 nEntityList, bEntityList是包含bEntity的数组或切片, bEntity是golang basic数据类型的结构体, 支持string,int,float nEntityList是包含nEntity的数组或切片,nEntity是包含sql.NullXX类型的结构体 注意 : nEntityList, bEntityList 均为普通数组类型,无需传地址或指针.
N2B nEntity 转换为 bEntity, nEntity是包含sql.NullXX类型的结构体 支持string,int,float bEntity是golang basic数据类型的结构体,需为指针类型.
N2BList nEntityList 转换为 bEntityList, nEntityList是包含nEntity的数组或切片,nEntity是包含sql.NullXX类型的结构体 支持string,int,float bEntityList是包含bEntity的数组或切片, bEntity是golang basic数据类型的结构体 注意 : nEntityList, bEntityList 均为普通数组类型,无需传地址或指针.

# Structs

PageInfo Paging common input parameter structure(use in select).
No description provided by the author