get_citext_oids
Return citext and citext array OIDs.
def get_citext_oids(
connection_alias: string
) - > tuple
Return citext and citext array OIDs.
Parameters
| Name | Type | Description |
|---|---|---|
| connection_alias | string | The Django database connection alias used to look up the type OIDs in the database schema |
Returns
| Type | Description |
|---|---|
tuple | A tuple containing the Object Identifiers (OIDs) for the citext type and its corresponding array type |