Connector

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.database.sql.driver
  • Platforms: .NET, .NET Standard 2.0, Island

Required Methods


Connect

 

method Connect(Context): tuple of (Conn, error)

 

(Conn, error) Connect(Context )

 

func Connect(_ Context) -> (Conn, error)

 

func Connect( Context) tuple of (Conn, error)

 

Function Connect( As Context) As Tuple (Of Conn, error)

Parameters:

  • :

Driver

 

method Driver: Driver

 

Driver Driver()

 

func Driver() -> Driver

 

func Driver() Driver

 

Function Driver() As Driver