Class ListImporter


  • public class ListImporter
    extends Object
    Importer Class to import from a List to a Resultset
    • Constructor Detail

      • ListImporter

        public ListImporter()
    • Method Detail

      • ResultSetFromVector

        public static ResultSet ResultSetFromVector​(List li,
                                                    DataRow AttributesRecord)
                                             throws ParseException
        Create a ResultSet from a List (like BBjVector)
        Parameters:
        List - li: a List (also BBjVector) containing the cell contents
        AttributesRecord - : an empty predefined record that is used as a template
        Returns:
        Throws:
        ParseException