The HSQLQueryItem class is a very lightweight supporting class object which really only serves 1 purpose which is to hold 2 pieces of information which are needed to select records from a SQL Database. These are:
1.A SQL SELECT Statement
2.A Table Name
The HSQLQueryItem is only used when passed as a parameter to the OpenSQLQuery() method or a List < of HSQLQueryItem> to the OpenSQLQueries() method of the HTSQLServerConnector class