Package org.aksw.commons.util.jdbc
Class Inserter
java.lang.Object
org.aksw.commons.util.jdbc.Inserter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomposeCheckPart(List<Object> cells, int columnWidth, int[] idMap) composeInsertPart(List<Object> cells, int columnWidth, Set<Integer> blacklistedRows) static Stringstatic StringescapeSqlUnsafe(String str) voidflush(Connection conn) getBlacklistedRows(List<Object> cells, int columnWidth, int[] idMap, Set<Object> ids)
-
Constructor Details
-
Inserter
-
-
Method Details
-
add
-
escapeSql
-
escapeSqlUnsafe
-
composeCheckPart
-
getBlacklistedRows
-
composeInsertPart
-
flush
- Throws:
SQLException
-