class="default no-js"> Data | xmlmc
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Data

Index

Constructors

constructor

Properties

Private connection

connection: Connection

Private paramMap

paramMap: Map<string, Array<string>>

Private service

service: string

Private xmlmc

Methods

addRecord

  • addRecord(table: string, optionalParams?: paramTypes.addRecordParams): Promise<XmlmcResponse>

deleteRecord

  • deleteRecord(table: string, keyValue: string, optionalParams?: paramTypes.deleteRecordParams): Promise<XmlmcResponse>

getColumnInfoList

  • getColumnInfoList(database: string, table: string, optionalParams?: paramTypes.getColumnInfoListParams): Promise<XmlmcResponse>

getRecord

  • getRecord(table: string, keyValue: string, optionalParams?: paramTypes.getRecordParams): Promise<XmlmcResponse>

getStoredQueryList

  • getStoredQueryList(optionalParams?: paramTypes.getStoredQueryListParams): Promise<XmlmcResponse>

getTableInfoList

  • getTableInfoList(database: string, optionalParams?: paramTypes.getTableInfoListParams): Promise<XmlmcResponse>

invokeStoredQuery

  • invokeStoredQuery(storedQuery: string, optionalParams?: paramTypes.invokeStoredQueryParams): Promise<XmlmcResponse>

runDataImport

  • runDataImport(confFileName: string, dataFileName: string, optionalParams?: paramTypes.runDataImportParams): Promise<XmlmcResponse>

sqlQuery

  • sqlQuery(database: string, query: string, optionalParams?: paramTypes.sqlQueryParams): Promise<XmlmcResponse>

updateRecord

  • updateRecord(table: string, optionalParams?: paramTypes.updateRecordParams): Promise<XmlmcResponse>

Generated using TypeDoc

<>