package
0.0.0-20241022101805-69a6c0599fb1
Repository: https://github.com/conduitio-labs/conduit-connector-db2.git
Documentation: pkg.go.dev

# Functions

ConvertStructureData converts a sdk.StructureData values to a proper database types.
GetTableInfo returns a map containing all table's columns and their database types and returns primary columns names.
TransformRow converts row map values to appropriate Go types, based on the columnTypes.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

TableInfo - information about colum types, primary keys from table.

# Interfaces

Querier is a database querier interface needed for the GetTableInfo function.