mysqlconv

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertRowValue

func ConvertRowValue(typMap *pgtype.Map, val []byte, typOID oid.Oid) (tree.Datum, error)

func ConvertRowValues

func ConvertRowValues(typMap *pgtype.Map, vals [][]byte, typOIDs []oid.Oid) (tree.Datums, error)

func DataTypeToOID

func DataTypeToOID(dataType string, logger zerolog.Logger) (oid.Oid, error)

func MySQLASTColumnField

func MySQLASTColumnField(name tree.Name) *ast.ColumnNameExpr

func ScanRowDynamicTypes

func ScanRowDynamicTypes(
	rows *sql.Rows, typMap *pgtype.Map, typOIDs []oid.Oid,
) (tree.Datums, error)

ScanRowDynamicTypes is intended to read a rows result where the types cannot be declared upfront.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL