import { IPSSysDBScheme } from '../../database/ipssys-dbscheme'; import { IPSDELogicParam } from './ipsdelogic-param'; import { IPSDERawSqlCallLogic } from './ipsderaw-sql-call-logic'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; export declare class PSDERawSqlCallLogicImpl extends PSDELogicNodeImpl implements IPSDERawSqlCallLogic { protected dstpsdelogicparam: IPSDELogicParam | null; getDstPSDELogicParam(): IPSDELogicParam | null; get dstPSDELogicParam(): IPSDELogicParam | null; getDstPSDELogicParamMust(): IPSDELogicParam; protected pssysdbscheme: IPSSysDBScheme | null; getPSSysDBScheme(): IPSSysDBScheme | null; get psSysDBScheme(): IPSSysDBScheme | null; getPSSysDBSchemeMust(): IPSSysDBScheme; get sql(): string; get fillDstLogicParam(): boolean; get ignoreResetDstLogicParam(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psderaw-sql-call-logic-impl.d.ts.map