Searched refs:mSqlExec (Results 1 – 1 of 1) sorted by relevance
38 protected SQLExecution mSqlExec; field in DataBaseOutProducer80 mSqlExec = new SQLExecution(jdbcClass, dbURL, user, password, m_bDebug); in initialize()81 mSqlExec.openConnection(); in initialize()91 mSqlExec.openConnection(); in summary()94 mSqlExec.closeConnection(); in summary()170 return mSqlExec.executeSQLCommand(command, mSqlInput, mSqlOutput, mergeOutput); in executeSQLCommand()177 return mSqlExec.executeSQLCommand(command, mSqlInput, mSqlOutput); in executeSQLCommand()
Completed in 14 milliseconds