package
0.0.0-20241001031317-1ea46f6bf8c2
Repository: https://github.com/conduitio-labs/conduit-connector-oracle.git
Documentation: pkg.go.dev

# Functions

FormatData formats the data into Oracle types and wraps the placeholder in a special function, if necessary.
GetColumnTypes returns a map containing all table's columns and their database data.
TransformRow converts row map values to appropriate Go types, based on the columnTypes.

# Constants

QueryPlaceholder is a temporary placeholder to replace with the Oracle's placeholders.

# Structs

ColumnDescription describes columns.