Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
CallStmt :: FuncApplication -> CallStmtpostgresql-syntax PostgresqlSyntax.Ast No documentation available.
DeletePreparableStmt :: DeleteStmt -> PreparableStmtpostgresql-syntax PostgresqlSyntax.Ast No documentation available.
-
postgresql-syntax PostgresqlSyntax.Ast References
DeleteStmt: | opt_with_clause DELETE_P FROM relation_expr_opt_alias using_clause where_or_current_clause returning_clause
-
postgresql-syntax PostgresqlSyntax.Ast No documentation available.
InsertPreparableStmt :: InsertStmt -> PreparableStmtpostgresql-syntax PostgresqlSyntax.Ast No documentation available.
-
postgresql-syntax PostgresqlSyntax.Ast References
InsertStmt: | opt_with_clause INSERT INTO insert_target insert_rest opt_on_conflict returning_clause
-
postgresql-syntax PostgresqlSyntax.Ast No documentation available.
-
postgresql-syntax PostgresqlSyntax.Ast References
PreparableStmt: | SelectStmt | InsertStmt | UpdateStmt | DeleteStmt | CallStmt
SelectPreparableStmt :: SelectStmt -> PreparableStmtpostgresql-syntax PostgresqlSyntax.Ast No documentation available.
type
SelectStmt = Either SelectNoParens SelectWithParenspostgresql-syntax PostgresqlSyntax.Ast References
SelectStmt: | select_no_parens | select_with_parens