import { IPSDEFDTColumn } from './ipsdefdtcolumn'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSDEFDTColumnImpl extends PSModelObjectImpl implements IPSDEFDTColumn { get codeName(): string; get columnName(): string; get dBType(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get queryCodeExp(): string; get rTMOSFilePath(): string; get standardColumnName(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get autoIncrement(): boolean; get valueAutoGen(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefdtcolumn-impl.d.ts.map