Conn
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
Begin
method Begin: tuple of (Tx, error)
(Tx, error) Begin()
func Begin() -> tuple of (Tx, error)
func Begin() tuple of (Tx, error)
Function Begin() As Tuple (Of Tx, error)
Close
method Close: error
error Close()
func Close() -> error
func Close() error
Function Close() As error
Prepare
method Prepare(query: string): tuple of (Stmt, error)
(Stmt, error) Prepare(string query)
func Prepare(_ query: string) -> tuple of (Stmt, error)
func Prepare(query string) tuple of (Stmt, error)
Function Prepare(query As string) As Tuple (Of Stmt, error)
Parameters:
- query: