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

PostgreSQL specific SQL types

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

Structs

Array

The Array SQL type.

Cidr

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

Inet

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

Json

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

Jsonb

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

MacAddr

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

Money

The PostgreSQL Money type.

Oid

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

Range

The Range SQL type.

Record

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

Timestamptz

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

Uuid

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

Type Definitions

BigSerial

Alias for BigInt

Serial

Alias for Integer

SmallSerial

Alias for SmallInt