Execer

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


Exec

 

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

 

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

 

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

 

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

 

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

Parameters:

  • query:
  • args: