Queryer
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
Query
method Query(query: string; args: Slice<Object>): tuple of (Rows, error)
(Rows, error) Query(string query, Slice<Object> args)
func Query(_ query: string, _ args: Slice<Object>) -> tuple of (Rows, error)
func Query(query string, args Slice<interface{}>) tuple of (Rows, error)
Function Query(query As string, args As Slice<Object>) As Tuple (Of Rows, error)
Parameters:
- query:
- args: