Class TkmDataSQLPreparedStatements
- java.lang.Object
-
- com.h2tcoin.takamakachain.tkmdata.utils.TkmDataSQLPreparedStatements
-
public class TkmDataSQLPreparedStatements extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description TkmDataSQLPreparedStatements()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
executeBulkInsert(Connection conn, String tablename, String[][] values)
static void
executeCreateKeySetTable(Connection conn, String tablename)
-
-
-
Method Detail
-
executeCreateKeySetTable
public static final void executeCreateKeySetTable(Connection conn, String tablename) throws SQLException
- Throws:
SQLException
-
executeBulkInsert
public static final void executeBulkInsert(Connection conn, String tablename, String[][] values) throws TkmDataException
- Throws:
TkmDataException
-
-