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
- Extension
Create Statement - Creates a new “CREATE EXTENSION” statement for PostgreSQL
- Extension
Drop Statement - Creates a new “DROP EXTENSION” statement for PostgreSQL
- PgLTree
- PostgreSQL
ltree
extension type. - Table
Sample - Type
- Helper for constructing any type statement
- Type
Alter Statement - Type
Create Statement - Type
Drop Statement
Enums§
- PgBin
Oper - Postgres-specific binary operators.
- PgFunc
- Known Postgres-specific functions.
- Sample
Method - Type
Alter AddOpt - Type
Alter Opt - TypeAs
- Type
Drop Opt
Traits§
- Extension
Builder - PgExpr
- Postgres-specific operator methods for building expressions.
- Postgres
Select Statement Ext - Type
Builder
Type Aliases§
- PgFunction
Deprecated - Type alias of
PgFunc
for compatibility. Previously,PgFunc
is a namespace for buildingFunctionCall
.