Skip to main content

Module schema_cache

Module schema_cache 

Source

Structs§

UniqueConstraintMetadata

Functions§

get_public_table_column_types
get_public_table_column_types
get_public_table_unique_constraints
get_public_table_unique_constraints
get_table_column_types
invalidate_all_public_table_metadata
Invalidate all cached public-table metadata.
invalidate_public_table_metadata
Invalidate cached public-table metadata for one table.
postgres_column_descriptor_is_bigint
Returns true when a value from get_table_column_types / get_public_table_column_types is a bigint column.
postgres_column_descriptor_is_timestamptz
True for timestamp with time zone / timestamptz columns per get_table_column_types descriptors (e.g. timestamp with time zone|timestamptz).