导航
»
数据库开发手册
»
GoLang 语言开发手册
»
Go-ACI程序员开发指南
»
database/sql包结构体及函数说明
¶
本章节对golang的database/sql包进行简单描述,并不完整,详细参考golang官方手册。
type DB
type Stmt
type Tx
type Conn
type Result
type Rows
type Row
type ColumnType
type NamedArg
type Out
type TxOptions
type NullBool
type NullFloat64
type NullInt32
type NullInt64
type NullString
type NullTime
导航
»
数据库开发手册
»
GoLang 语言开发手册
»
Go-ACI程序员开发指南
»