Module trase.tools.pcs.attributes.retrieve
def get_all_ind_names(cur=None) ‑> List[str]
-
def get_all_qual_names(cur=None) ‑> List[str]
-
def get_all_quant_names(cur=None) ‑> List[str]
-
def get_code_id(code_name: str, cur=None) ‑> int
-
def get_ind_commodity_id(ind_id, cur=None)
-
def get_ind_id(ind_name: str, cur=None) ‑> int
-
def get_indicator_type(indicator_type_id, cur=None)
-
def get_indicator_type_id(indicator_type, cur=None)
-
def get_qual_commodity_id(qual_id, cur=None)
-
def get_qual_id(qual_name: str, cur=None) ‑> int
-
def get_quant_commodity_id(quant_id, cur=None)
-
def get_quant_id(quant_name: str, cur=None) ‑> int
-