Structs§
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_typesis abigintcolumn. - postgres_
column_ descriptor_ is_ timestamptz - True for
timestamp with time zone/timestamptzcolumns perget_table_column_typesdescriptors (e.g.timestamp with time zone|timestamptz).