package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev
# Packages
Package driver defines interfaces to be implemented by database drivers as used by package sql.
# Structs
DB is a database handle.
NullBool represents a bool that may be null.
NullFloat64 represents a float64 that may be null.
NullInt64 represents an int64 that may be null.
NullString represents a string that may be null.
Row is the result of calling QueryRow to select a single row.
Rows is the result of a query.
Stmt is a prepared statement.
Tx is an in-progress database transaction.
# Type aliases
RawBytes is a byte slice that holds a reference to memory owned by the database itself.