Package org.openrefine.exporters.sql
Class SqlInsertBuilder
- java.lang.Object
-
- org.openrefine.exporters.sql.SqlInsertBuilder
-
public class SqlInsertBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInsertSQL()
Get Insert Sqlvoid
handleNullField(boolean allowNullChkBox, String defaultValue, boolean nullValueNull, String col, StringBuilder rowValue, boolean quote)
-
-
-
Method Detail
-
getInsertSQL
public String getInsertSQL()
Get Insert Sql- Returns:
-
handleNullField
public void handleNullField(boolean allowNullChkBox, String defaultValue, boolean nullValueNull, String col, StringBuilder rowValue, boolean quote)
- Parameters:
allowNullChkBox
-defaultValue
-nullValueNull
-col
-rowValue
-quote
-
-
-