Documentation
¶
Index ¶
Constants ¶
View Source
const ( KerberosV5 PlaintText Md5 SCM GSSAPI SSPI )
View Source
const (
ZeroByte = 0x00
)
Variables ¶
View Source
var ( UrlErr = "Invalid url format, please use format postgres://user:pass@ip:port/db" ProtocolErr = "Protocol must be postgres or postgresql." AuthErr = "Invalid password." CmdErr = "Unsupported command." NoMoreData = "Has no more data." ParamErr = "Parameters are invalid." QueryErr = "Error returns when query." ReadyErr = "Connection is busy." )
View Source
var PGDataType map[string]int32
Functions ¶
This section is empty.
Types ¶
type PGConn ¶
type PGResult ¶
type PGResult struct {
}
func (*PGResult) LastInsertId ¶
func (*PGResult) RowsAffected ¶
Click to show internal directories.
Click to hide internal directories.