Documentation ¶
Index ¶
Constants ¶
View Source
const ( ColTypeBoolean uint32 = 5 ColTypeInt64 uint32 = 6 ColTypeFloat64 uint32 = 7 ColTypeChar uint32 = 8 ColTypeVarChar uint32 = 9 ColTypeTimestamp uint32 = 12 ColTypeTimestampTZ uint32 = 13 ColTypeNumeric uint32 = 16 ColTypeVarBinary uint32 = 17 ColTypeUUID uint32 = 20 ColTypeLongVarChar uint32 = 115 ColTypeLongVarBinary uint32 = 116 ColTypeBinary uint32 = 117 )
View Source
const ( AuthenticationOK int32 = 0 AuthenticationCleartextPassword int32 = 3 AuthenticationMD5Password int32 = 5 AuthenticationSHA512Password int32 = 66048 )
Authentication Response/States
Variables ¶
This section is empty.
Functions ¶
func ColumnTypeString ¶
func CurrentFile ¶ added in v0.1.4
func CurrentFile() string
func CurrentLine ¶ added in v0.1.4
func CurrentLine() int
func GetReadableFileSizes ¶ added in v0.1.4
Types ¶
Click to show internal directories.
Click to hide internal directories.