Class Summary |
ArrayBuilder |
Utility functions for the arrays composing the columns of the SQL query |
BooleanHelp |
Utility functions for booleans |
BooleanHelpTest |
|
CollectionsToString |
Utility functions to convert collections to strings (for debug purposes) |
JUnitISQL |
Utility functions to test the system using JUnit |
MapOfListHelp |
Helper for maps of lists
A map of list is a map of type:
map>
which means a map that can have 0+ values for each key |
StringJoin |
Joins texts using a separator (comma...) |
SystemLogger |
Default implementation of the ILogger wrapper that uses the System streams (System.out, System.err). |