Categorygithub.com/erikwco/oracli/v2
modulepackage
2.4.20
Repository: https://github.com/erikwco/oracli.git
Documentation: pkg.go.dev

# Functions

ConfigureConnection creates a base connection object, this must be completed with BuildConnection when all parameters are set Parameters: @server: Server Address - name or ip @port: Connection port @user: User name @password: password @name: Connection name @serviceAsSID: If true service is used as SID @service: Service Name for Oracle connection if SID is needed use @options @options: specified some options like TRACE, SID or conStr etc.
NewConnection create and open a goOra Connection based on buildUrl Parameters: @constr: Connection String built with buildUrl @name: Connection name @configuration:n Specifies how connection must be handled widh ConnectionConfiguration @log: In this version *zerolog.Logger is required.
NewConnectionWithParams create a new connection using every parameter independently Parameters: @server: Server Address - name or ip @port: Connection port @user: User name @password: password @service: Service Name for Oracle connection if SID is needed use @options @options: specified some options like TRACE, SID or conStr etc.
Parser generic function to convert Result object to structure Parameters: @source: Result object that contains the data.

# Constants

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

# Variables

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

# Structs

Connection represents an object connection for Oracle.
ConnectionConfiguration represents the minimum configuration required for the connection pool.
Container Data returned by Select.
Param used to Select / Exec a statement.
Result unique returning type.

# Interfaces

Connector interface that define a connection.

# Type aliases

ConnStatus exposes connection status.
ParameterDirection defines the direction of the parameter.
Record result from unwrap goOra result.