UNPKG

b1-sl

Version:

library for connection and session management of the service layer sap b1

18 lines (14 loc) 324 B
class SQLQueries { constructor(){ this.sapObjectName = 'SQLQueries'; this.SqlCode = new String(); this.SqlName = new String(); this.SqlText = new String(); this.ParamList = new String(); } SqlCode; SqlName; SqlText; ParamList; } module.exports = SQLQueries;