Struct diesel::pg::PgMetadataLookup [−][src]
#[repr(transparent)]pub struct PgMetadataLookup { /* fields omitted */ }
Expand description
Determines the OID of types at runtime
Implementations
Determine the type metadata for the given type_name
This function should only be used for user defined types, or types which come from an extension. This function may perform a SQL query to look up the type. For built-in types, a static OID should be preferred.