Module postgres::types
[−]
[src]
Traits dealing with Postgres data types
Structs
| Other |
Information about an unknown type. |
| SessionInfo |
A structure providing information for conversion methods. |
| Slice |
An adapter type mapping slices to Postgres arrays. |
| WasNull |
An error indicating that a |
Enums
| IsNull |
An enum representing the nullability of a Postgres value. |
| Kind |
Represents the kind of a Postgres type. |
| Type |
A Postgres type. |
Traits
| FromSql |
A trait for types that can be created from a Postgres value. |
| ToSql |
A trait for types that can be converted into Postgres values. |
Type Definitions
| Oid |
A Postgres OID. |