Package com.basiscomponents.bc.util
Class DataRowWriter
- java.lang.Object
-
- com.basiscomponents.bc.util.DataRowWriter
-
public class DataRowWriter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DataRow
write(DataRow dr, String table, DatabaseConfiguration dbconfig, SqlConnectionHelper connectionHelper, Function<DataRow,DataRow> reRetrieve)
-
-
-
Method Detail
-
write
public static DataRow write(DataRow dr, String table, DatabaseConfiguration dbconfig, SqlConnectionHelper connectionHelper, Function<DataRow,DataRow> reRetrieve) throws Exception
- Throws:
Exception
-
-