Package isql.util

Interface Summary
ILogger A wrapper to the logging library (log4j or java.util.logging?) to log inside in this library
 

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).