We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65b51c commit 48f905eCopy full SHA for 48f905e
src/main/java/net/sf/jsqlparser/statement/insert/Insert.java
@@ -25,7 +25,11 @@
25
import net.sf.jsqlparser.statement.select.WithItem;
26
import net.sf.jsqlparser.statement.update.UpdateSet;
27
28
-import java.util.*;
+import java.util.Arrays;
29
+import java.util.Collection;
30
+import java.util.Iterator;
31
+import java.util.List;
32
+import java.util.Optional;
33
34
@SuppressWarnings({"PMD.CyclomaticComplexity"})
35
public class Insert implements Statement {
0 commit comments