Module postgres

Module postgres 

Source
Available on crate feature backend-postgres only.

Re-exports§

pub use crate::TypeRef;
pub use crate::IntoTypeRef;

Structs§

Extension
Creates a new “CREATE or DROP EXTENSION” statement for PostgreSQL
ExtensionCreateStatement
Creates a new “CREATE EXTENSION” statement for PostgreSQL
ExtensionDropStatement
Creates a new “DROP EXTENSION” statement for PostgreSQL
PgLTree
PostgreSQL ltree extension type.
TableSample
Type
Helper for constructing any type statement
TypeAlterStatement
TypeCreateStatement
TypeDropStatement

Enums§

PgBinOper
Postgres-specific binary operators.
PgFunc
Known Postgres-specific functions.
SampleMethod
TypeAlterAddOpt
TypeAlterOpt
TypeAs
TypeDropOpt

Traits§

ExtensionBuilder
PgExpr
Postgres-specific operator methods for building expressions.
PostgresSelectStatementExt
TypeBuilder

Type Aliases§

PgFunctionDeprecated
Type alias of PgFunc for compatibility. Previously, PgFunc is a namespace for building FunctionCall.