Source: factory.text/package.core/ObjTextLookup.py
Processes a text lookup by executing a SQL query.
The query is built from a template with placeholders.
| Method | Signature | Description |
|---|---|---|
| process | process(sql_template: str = '', param_1: str = '', param_2: str = '', param_3: str = '', param_4: str = '', param_5: str = '', param_6: str = '', param_7: str = '') |
Constructs and executes a SQL query from a template and parameters. |