Documentation
¶
Index ¶
- func ConvertRowValue(typMap *pgtype.Map, val []byte, typOID oid.Oid) (tree.Datum, error)
- func ConvertRowValues(typMap *pgtype.Map, vals [][]byte, typOIDs []oid.Oid) (tree.Datums, error)
- func DataTypeToOID(dataType string, logger zerolog.Logger) (oid.Oid, error)
- func MySQLASTColumnField(name tree.Name) *ast.ColumnNameExpr
- func ScanRowDynamicTypes(rows *sql.Rows, typMap *pgtype.Map, typOIDs []oid.Oid) (tree.Datums, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertRowValue ¶
func ConvertRowValues ¶
func MySQLASTColumnField ¶
func MySQLASTColumnField(name tree.Name) *ast.ColumnNameExpr
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.