FeResPost Web Site                     FeResPost Online User Manual

IV.4.1.3 Other modules and classes

Two classes provide various utilities. See below.

IV.4.1.3.1 “Util” module

“Util” module provides following methods. We list below the main methods:

IV.4.1.3.2 “SqlWrap” class

This class is very short. It is wrapping around SQLite::database class, and has been introduced in such a way that all SQL code specific to SQLite is contained in this class. The purpose of this class is to ease the transfer of post-processing project to another SQL database system, if necessary. The class proposes only three methods: “initialize”, “execute” and “timeStamp”.