# 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.