UNPKG

prg-class

Version:

Clases genéricas utilizadas por microservicios Programamos SPA.

31 lines (30 loc) 1.07 kB
import { IParamRet, UPRM, IColExcel, IParamSP } from '../igeneric'; import { ExecSP } from './exec-sp'; export declare class QuerySPAll extends ExecSP { protected mbCustomXls: boolean; protected mbCustomRet: boolean; protected msCustomErrMsg: string; protected miSS: number; protected miSM: number; protected miSL: number; protected miSX0: number; protected miSX1: number; protected miSX2: number; protected miX3: number; protected msFN0: string; protected msFN2: string; protected msFM0: string; protected msFM2: string; protected msFP0: string; protected msFP2: string; protected moParam: any; protected mbReturnAll: boolean; protected mbAudit: boolean; constructor(); fnQueryAll(aoParams: any, aoUPRM: UPRM): Promise<IParamRet>; protected customRet(aoData: any[]): Promise<IParamRet>; protected exportXls(aoData: any[]): Promise<IParamRet>; protected xlsDef(): IColExcel[]; protected xlsDefExtraField(): IColExcel[]; protected getSPParams(aoParam: any): IParamSP[]; }