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

PostgreSQL specific SQL types

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

Structs

Array

The Array SQL type. This wraps another type to represent a SQL array of that type. Multidimensional arrays are not supported, nor are arrays containing null.

Money

The PostgreSQL Money type.

Oid

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

Range

The Range SQL type. This wraps another type to represent a SQL range of that type.

Timestamptz

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

Type Definitions

BigSerial

Alias for BigInt

Bytea

Alias for Binary, to ensure infer_schema! works

Serial

Alias for Integer

SmallSerial

Alias for SmallInt