get_hstore_oids
Return hstore and hstore array OIDs.
def get_hstore_oids(
connection_alias: string
) - > tuple
Return hstore and hstore array OIDs.
Parameters
| Name | Type | Description |
|---|---|---|
| connection_alias | string | The alias of the database connection to query for type OIDs |
Returns
| Type | Description |
|---|---|
tuple | A tuple containing the OIDs for the hstore type and the hstore array type for the specified database connection |