import { IPSDEDBConfig } from './ipsdedbconfig'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSDEDBConfigImpl extends PSModelObjectImpl implements IPSDEDBConfig { get codeName(): string; get dBType(): 'DB2' | 'MYSQL5' | 'ORACLE' | 'SQLSERVER' | 'POSTGRESQL' | 'PPAS' | 'SQLITE' | 'DM' | 'HANA'; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get mOSFilePath(): string; get memo(): string; get name(): string; get objNameCase(): string; get rTMOSFilePath(): string; get standardTableName(): string; get tableName(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get view2Name(): string; get view3Name(): string; get view4Name(): string; get viewName(): string; get customTableOrView(): boolean; get valid(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedbconfig-impl.d.ts.map