Documentation ¶
Index ¶
- func Cmd(n ast.Node, name, cmd string) error
- func FuncCall(c *catalog.Catalog, cs config.CombinedSettings, n ast.Node) error
- func In(c *catalog.Catalog, n ast.Node) error
- func InsertStmt(stmt *ast.InsertStmt) error
- func ParamRef(n ast.Node) (map[int]bool, bool, error)
- func ParamStyle(n ast.Node) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertStmt ¶
func InsertStmt(stmt *ast.InsertStmt) error
func ParamStyle ¶
A query can use one (and only one) of the following formats: - positional parameters $1 - named parameter operator @param - named parameter function calls sqlc.arg(param)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.