Documentation
¶
Overview ¶
pggenerate package is responsible for generating the Postgres-compatible SQL from the AST.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSQL ¶
func GenerateSQL(ast parse.Node, pgSchema string, getVar GetVarFunc) (stmt string, params []string, err error)
GenerateSQL generates Postgres compatible SQL from an AST If orderParams is true, it will number the parameters as $1, $2, etc. It will return the ordered parameters in the order they appear in the statement. It will also qualify the table names with the pgSchema.
Types ¶
Click to show internal directories.
Click to hide internal directories.