Module diesel::pg::types::sql_types[][src]

Expand description

PostgreSQL specific SQL types

Note: All types in this module can be accessed through diesel::sql_types

Structs

The Array SQL type.

The CIDR SQL type. This type can only be used with feature = "network-address"

The INET SQL type. This type can only be used with feature = "network-address"

The JSON SQL type. This type can only be used with feature = "serde_json"

The jsonb SQL type. This type can only be used with feature = "serde_json"

The MACADDR SQL type. This type can only be used with feature = "network-address"

The PostgreSQL Money type.

The OID SQL type. This is a PostgreSQL specific type.

The Range SQL type.

The Record (a.k.a. tuple) SQL type.

The “timestamp with time zone” SQL type, which PostgreSQL abbreviates to timestamptz.

The UUID SQL type. This type can only be used with feature = "uuid"

Type Definitions

Alias for BigInt

Alias for Integer

Alias for SmallInt