Stmt

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


Close

 

method Close: error

 

error Close()

 

func Close() -> error

 

func Close() error

 

Function Close() As error

Exec

 

method Exec(args: Slice<Object>): tuple of (Result, error)

 

(Result, error) Exec(Slice<Object> args)

 

func Exec(_ args: Slice<Object>) -> (Result, error)

 

func Exec(args Slice<interface{}>) tuple of (Result, error)

 

Function Exec(args As Slice<Object>) As Tuple (Of Result, error)

Parameters:

  • args:

NumInput

 

method NumInput: int

 

int NumInput()

 

func NumInput() -> int

 

func NumInput() int

 

Function NumInput() As int

Query

 

method Query(args: Slice<Object>): tuple of (Rows, error)

 

(Rows, error) Query(Slice<Object> args)

 

func Query(_ args: Slice<Object>) -> (Rows, error)

 

func Query(args Slice<interface{}>) tuple of (Rows, error)

 

Function Query(args As Slice<Object>) As Tuple (Of Rows, error)

Parameters:

  • args: