UNPKG

simplify-angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.

18 lines (17 loc) 927 B
import { SimpleDatabase } from '../database/simple-database'; import * as i0 from "@angular/core"; export declare class DataDictionaryService { dataDictionary: any; constructor(); getSimpleDatabaseTable(table: string): SimpleDatabase; getTablesFieldPropertiesObject(tableName: string, fieldName: string): any; getTableFieldPropertiesListSelectOptions(tableName: string, fieldName: string): any[]; getTablesFieldsObject(tableName: string, includeViews?: boolean): any; getTableFieldsListSelectOptions(tableName: string, includeViews?: boolean): any[]; getTablesObject(): any; getTablesListSelectOptions(): any[]; getTableFieldSelectOptions(tableName: string, fieldName: string): any; registerDataDictionary(dataDictionary: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<DataDictionaryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DataDictionaryService>; }