Class CSVDataDumpThread
java.lang.Object
com.dandymadeproductions.ajqvue.io.CSVDataDumpThread
-
Constructor Summary
ConstructorsConstructorDescriptionCSVDataDumpThread(ArrayList<String> columnNameFields, HashMap<String, String> tableColumnNamesHashMap, boolean limits, HashMap<String, String> tableColumnClassHashMap, HashMap<String, Integer> tableColumnSQLTypeHashMap, HashMap<String, String> tableColumnTypeNameHashMap, HashMap<String, Integer> tableColumnSizeHashMap, String exportedTable, String fileName) -
Method Summary
-
Constructor Details
-
CSVDataDumpThread
public CSVDataDumpThread(ArrayList<String> columnNameFields, HashMap<String, String> tableColumnNamesHashMap, boolean limits, HashMap<String, String> tableColumnClassHashMap, HashMap<String, Integer> tableColumnSQLTypeHashMap, HashMap<String, String> tableColumnTypeNameHashMap, HashMap<String, Integer> tableColumnSizeHashMap, String exportedTable, String fileName)
-
-
Method Details
-
run
-