Documentation ¶ Index ¶ func Cmd(n ast.Node, name, cmd string) error func FuncCall(c *catalog.Catalog, cs config.CombinedSettings, n ast.Node) error func InsertStmt(c *catalog.Catalog, fqn *ast.TableName, stmt *ast.InsertStmt) error func Slice(n ast.Node, slices map[int]string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Cmd ¶ func Cmd(n ast.Node, name, cmd string) error func FuncCall ¶ func FuncCall(c *catalog.Catalog, cs config.CombinedSettings, n ast.Node) error func InsertStmt ¶ func InsertStmt(c *catalog.Catalog, fqn *ast.TableName, stmt *ast.InsertStmt) error func Slice ¶ func Slice(n ast.Node, slices map[int]string) error Slice reports whether every sqlc.slice() parameter is the only element of the IN expression that contains it. The slices map is keyed by the location the preprocessor recorded for each rewritten slice placeholder. Types ¶ This section is empty. Source Files ¶ View all Source files cmd.gofunc_call.goinsert_stmt.goslice.go Click to show internal directories. Click to hide internal directories.