Package com.basiscomponents.db.importer
Class ListImporter
- java.lang.Object
-
- com.basiscomponents.db.importer.ListImporter
-
public class ListImporter extends Object
Importer Class to import from a List to a Resultset
-
-
Constructor Summary
Constructors Constructor Description ListImporter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResultSet
ResultSetFromVector(List li, DataRow AttributesRecord)
Create a ResultSet from a List (like BBjVector)
-
-
-
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 contentsAttributesRecord
- : an empty predefined record that is used as a template- Returns:
- Throws:
ParseException
-
-