package
0.0.2
Repository: https://github.com/cnc-csku/sqlc.git
Documentation: pkg.go.dev

# Functions

IsParamFunc fulfills the astutils.Search.
No description provided by the author
NewInferredParam builds a new params with inferred nullability.
NewParam builds a new params with unspecified nullability.
NewParamSet creates a set of parameters with the given list of already used positions.
NewSqlcSlice is a sqlc.slice() parameter.
NewUserNullableParam is a parameter that has been overridden by the user to be nullable.

# Structs

Param represents a input argument to the query which can be specified using: - positional parameters $1 - named parameter operator @param - named parameter function calls sqlc.arg(param).
ParamSet represents a set of parameters for a single query.