ConnPrepareContext
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
PrepareContext
method PrepareContext(ctx: Context; query: string): tuple of (Stmt, error)
(Stmt, error) PrepareContext(Context ctx, string query)
func PrepareContext(_ ctx: Context, _ query: string) -> tuple of (Stmt, error)
func PrepareContext(ctx Context, query string) tuple of (Stmt, error)
Function PrepareContext(ctx As Context, query As string) As Tuple (Of Stmt, error)
Parameters:
- ctx:
- query: