Package com.zendesk.maxwell.util
Class Sql
- java.lang.Object
-
- com.zendesk.maxwell.util.Sql
-
public class Sql extends Object
-
-
Constructor Summary
Constructors Constructor Description Sql()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
inListSQL(int count)
static void
prepareInList(PreparedStatement s, int offset, Iterable<?> list)
-
-
-
Method Detail
-
inListSQL
public static String inListSQL(int count)
-
prepareInList
public static void prepareInList(PreparedStatement s, int offset, Iterable<?> list) throws SQLException
- Throws:
SQLException
-
-