package common
import "github.com/vertica/vertica-sql-go/common"
Index ¶
- Constants
- func ColumnTypeString(typeOID uint32) string
- func CurrentFile() string
- func CurrentLine() int
- func GetReadableFileSizes(fileList []string) ([]uint64, error)
- type ParameterType
Constants ¶
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 )
const ( AuthenticationOK int32 = 0 AuthenticationCleartextPassword int32 = 3 AuthenticationMD5Password int32 = 5 AuthenticationSHA512Password int32 = 66048 )
Authentication Response/States
Functions ¶
func ColumnTypeString ¶
func CurrentFile ¶
func CurrentFile() string
func CurrentLine ¶
func CurrentLine() int
func GetReadableFileSizes ¶
Types ¶
type ParameterType ¶
Source Files ¶
fileutils.go osutils.go types.go
- Version
- v0.1.6
- Published
- Nov 15, 2019
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 3 hours ago –
Tools for package owners.