Structs§
- A length associated with
Type::Char
andType::VarChar
. - Constraints associated with
Type::Interval
- Constraints on
Type::Numeric
. - A precision associated with
Type::Time
andType::TimeTz
. - A precision associated with
Type::Timestamp
andType::TimestampTz
.
Enums§
- The type of a
Value
. - An error that can occur when converting a
Type
to aScalarType
. - An error that can occur when constructing a
Type
from an OID.
Constants§
- Mirror of PostgreSQL’s
MAX_INTERVAL_PRECISION
constant. - Mirror of PostgreSQL’s
MAX_TIMESTAMP_PRECISION
constant. - Mirror of PostgreSQL’s
MAX_TIME_PRECISION
constant. - VARHDRSZ 🔒Mirror of PostgreSQL’s
VARHDRSZ
constant.
Statics§
- An anonymous
Type::List
, akin topostgres_types::Type::ANYCOMPATIBLEARRAY
. - An anonymous
Type::Map
, akin topostgres_types::Type::ANYCOMPATIBLEARRAY
. - An anonymous
Type::List
, akin topostgres_types::Type::ANYARRAY
. - An anonymous
Type::Map
, akin topostgres_types::Type::ANYARRAY
. - An anonymous
Type::MzAclItem
, akin topostgres_types::Type::TEXT
. - An anonymous
Type::Array
, akin topostgres_types::Type::TEXT_ARRAY
. - An anonymous
Type::MzTimestamp
, akin topostgres_types::Type::TEXT
. - An anonymous
Type::Array
, akin topostgres_types::Type::TEXT_ARRAY
. - An anonymous
Type::UInt2
, akin topostgres_types::Type::INT2
. - An anonymous
Type::UInt4
, akin topostgres_types::Type::INT4
. - An anonymous
Type::UInt8
, akin topostgres_types::Type::INT8
. - An anonymous
Type::Array
, akin topostgres_types::Type::INT2_ARRAY
. - An anonymous
Type::Array
, akin topostgres_types::Type::INT4_ARRAY
. - An anonymous
Type::Array
, akin topostgres_types::Type::INT8_ARRAY
.