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
func Exec(args Slice<interface{}>) tuple of (Result, error)
Parameters:
- args:
NumInput
method NumInput: int
int NumInput()
func NumInput() -> int
func NumInput() int
Function NumInput() As int
Query
func Query(args Slice<interface{}>) tuple of (Rows, error)
Parameters:
- args: