Class TransactionInterferenceTable
- java.lang.Object
-
- com.h2tcoin.takamakachain.db.embedded.TransactionInterferenceTable
-
public class TransactionInterferenceTable extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description TransactionInterferenceTable()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Integer
countAddresses(Connection conn, String address)
TI default table callprotected static void
createTI(Connection conn)
protected static Integer
getInterferenceIndex(Connection conn, String address)
TI default table callprotected static void
insert(Connection conn, String table, TransactionBox tbox)
protected static long
updateInterferenceIndex(Connection conn, int oldIndex, int newIndex)
TI default table call
-
-
-
Method Detail
-
createTI
protected static void createTI(Connection conn)
-
insert
protected static void insert(Connection conn, String table, TransactionBox tbox)
-
countAddresses
protected static Integer countAddresses(Connection conn, String address)
TI default table call- Parameters:
conn
-address
-- Returns:
-
getInterferenceIndex
protected static Integer getInterferenceIndex(Connection conn, String address)
TI default table call- Parameters:
conn
-address
-- Returns:
-
updateInterferenceIndex
protected static long updateInterferenceIndex(Connection conn, int oldIndex, int newIndex)
TI default table call- Parameters:
conn
-oldIndex
-newIndex
-- Returns:
-
-