Module diesel::pg::types::sql_types [−][src]
PostgreSQL specific SQL types
Note: All types in this module can be accessed through diesel::sql_types
Structs
| Array |
The |
| Cidr |
The |
| Inet |
The |
| Json |
The JSON SQL type. This type can only be used with |
| Jsonb |
The |
| MacAddr |
The |
| Money |
The PostgreSQL Money type. |
| Oid |
The |
| Range |
The |
| Record |
The |
| Timestamptz |
The "timestamp with time zone" SQL type, which PostgreSQL abbreviates
to |
| Uuid |
The |
Type Definitions
| BigSerial |
Alias for |
| Serial |
Alias for |
| SmallSerial |
Alias for |