import { IPSSystemDBConfig } from './ipssystem-dbconfig'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSystemDBConfigImpl extends PSModelObjectImpl implements IPSSystemDBConfig { get codeName(): string; get dBType(): 'DB2' | 'MySQL5' | 'MYSQL5' | 'Oracle' | 'ORACLE' | 'SqlServer' | 'SQLSERVER' | 'POSTGRESQL' | 'PostgreSQL' | 'PPAS' | 'SQLITE' | 'DM' | 'HANA'; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get nullValueOrderMode(): 'FIRST' | 'LAST'; get objNameCase(): 'DEFAULT' | 'UCASE' | 'LCASE'; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get defaultMode(): boolean; get pubFKey(): boolean; get pubIndex(): boolean; get pubModel(): boolean; get pubModelComment(): boolean; get pubView(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssystem-dbconfig-impl.d.ts.map