package
4.1.15+incompatible
Repository: https://github.com/freeman983/ora.git
Documentation: pkg.go.dev

# Functions

DescribeQuery describes the columns in the qry string, using DBMS_SQL.PARSE + DBMS_SQL.DESCRIBE_COLUMNS2.
GetDSN returns a (command-line defined) connection string.
GetConnection returns a connection - using GetDSN if dsn is empty.
No description provided by the author
GetRawConnection returns a raw (*ora.Ses) connection - using GetDSN if dsn is empty.
No description provided by the author
MapToSlice modifies query for map (:paramname) to :%d placeholders + slice of params.
SplitDSN splits the username/password@sid string to its parts.

# Structs

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