Module scooby::postgres::statements

source ·
Expand description

Specific statement related functions, types and traits.

Most likely you want documentation for the main module.

Structs

Traits

  • Things that can be JOIN’d upon
  • Things that can have ORDER BY clause options applied to them
  • Marker trait for implemenations of different kinds of VALUES clauses for INSERT INTO statements

Functions

  • Create a new DELETE FROM statement with the given table name.
  • An alternative way to create SELECT statements, starting from the FROM clause for convenience.
  • Start building a new INSERT INTO statement with the given table name.
  • Create a new SELECT statement with given expressions.
  • Start building a new UPDATE statement with the given table name.