|
ORE Studio 0.0.4
|
This is the complete list of members for SQLParser, including all inherited members.
| __init__(self, bool warn=True, Optional[Path] ignore_file=None) (defined in SQLParser) | SQLParser | |
| _add_warning(self, str file_path, int line, str code, str message, str entity_name='') | SQLParser | protected |
| _build_pk_for_model(self, dict primary_key, list columns, str classification) | SQLParser | protected |
| _detect_classification(self, list columns, str table_name) | SQLParser | protected |
| _detect_component(self, str name, str file_path, int line_num) | SQLParser | protected |
| _extract_functions(self, str content, list lines, str file_path) | SQLParser | protected |
| _extract_primary_key(self, str body, list columns) | SQLParser | protected |
| _extract_table_descriptions(self, str content) | SQLParser | protected |
| _extract_tables(self, str content, list lines, str file_path) | SQLParser | protected |
| _extract_unique_indexes(self, str content, str file_path) | SQLParser | protected |
| _extract_views(self, str content, list lines, str file_path) | SQLParser | protected |
| _format_description(self, str description) | SQLParser | protected |
| _get_dq_subpackage(self, str table_name) | SQLParser | protected |
| _infer_relationship_label(self, str from_table, str to_table, str col_name='') | SQLParser | protected |
| _is_warning_ignored(self, str code, str entity_name) | SQLParser | protected |
| _load_ignore_file(self, Path ignore_file) | SQLParser | protected |
| _order_columns_for_display(self, list columns, str classification) | SQLParser | protected |
| _parse_columns(self, str body) | SQLParser | protected |
| _parse_create_file(self, Path file_path) | SQLParser | protected |
| _parse_drop_file(self, Path file_path) | SQLParser | protected |
| _parse_table(self, str name, str body, str file_path, int line_num) | SQLParser | protected |
| _validate_table_naming(self, str name, str file_path, int line_num) | SQLParser | protected |
| _validate_temporal_table(self, str name, list columns, str body, str file_path, int line_num) | SQLParser | protected |
| _validate_tenant_aware_table(self, str name, list columns, str body, dict pk, str file_path, int line_num) | SQLParser | protected |
| apply_column_markings(self) | SQLParser | |
| detect_relationships(self) | SQLParser | |
| drop_functions (defined in SQLParser) | SQLParser | |
| drop_tables (defined in SQLParser) | SQLParser | |
| drop_views (defined in SQLParser) | SQLParser | |
| functions (defined in SQLParser) | SQLParser | |
| get_model(self) | SQLParser | |
| ignore_rules (defined in SQLParser) | SQLParser | |
| parse_create_dir(self, Path create_dir) | SQLParser | |
| parse_drop_dir(self, Path drop_dir) | SQLParser | |
| relationships (defined in SQLParser) | SQLParser | |
| table_descriptions (defined in SQLParser) | SQLParser | |
| tables (defined in SQLParser) | SQLParser | |
| unique_columns (defined in SQLParser) | SQLParser | |
| validate_dq_populate_actor(self, Path create_dir) | SQLParser | |
| validate_drop_completeness(self) | SQLParser | |
| validate_function_naming(self) | SQLParser | |
| validate_view_naming(self) | SQLParser | |
| views (defined in SQLParser) | SQLParser | |
| warn (defined in SQLParser) | SQLParser | |
| warnings (defined in SQLParser) | SQLParser |