public class TCCFenceStoreSqls extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DELETE_BY_BRANCH_ID_AND_XID
The constant DELETE_BY_BRANCH_ID_AND_XID.
|
protected static String |
DELETE_BY_BRANCH_XIDS
The constant DELETE_BY_BRANCH_ID_AND_XID.
|
protected static String |
DELETE_BY_DATE_AND_STATUS
The constant DELETE_BY_DATE_AND_STATUS.
|
protected static String |
INSERT_LOCAL_TCC_LOG
The constant INSERT_LOCAL_TCC_LOG.
|
static String |
LOCAL_TCC_LOG_PLACEHOLD
The constant LOCAL_TCC_LOG_PLACEHOLD.
|
static String |
PRAMETER_PLACEHOLD
The constant PRAMETER_PLACEHOLD.
|
protected static String |
QUERY_BY_BRANCH_ID_AND_XID
The constant QUERY_BY_BRANCH_ID_AND_XID.
|
protected static String |
QUERY_END_STATUS_BY_DATE
The constant QUERY_END_STATUS_BY_DATE.
|
protected static String |
UPDATE_STATUS_BY_BRANCH_ID_AND_XID
The constant UPDATE_STATUS_BY_BRANCH_ID_AND_XID.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getDeleteSQLByBranchIdAndXid(String localTccTable) |
static String |
getDeleteSQLByDateAndStatus(String localTccTable) |
static String |
getDeleteSQLByXids(String localTccTable,
String paramsPlaceHolder) |
static String |
getInsertLocalTCCLogSQL(String localTccTable) |
static String |
getQueryEndStatusSQLByDate(String localTccTable) |
static String |
getQuerySQLByBranchIdAndXid(String localTccTable) |
static String |
getUpdateStatusSQLByBranchIdAndXid(String localTccTable) |
public static final String LOCAL_TCC_LOG_PLACEHOLD
public static final String PRAMETER_PLACEHOLD
protected static final String INSERT_LOCAL_TCC_LOG
protected static final String QUERY_BY_BRANCH_ID_AND_XID
protected static final String QUERY_END_STATUS_BY_DATE
protected static final String UPDATE_STATUS_BY_BRANCH_ID_AND_XID
protected static final String DELETE_BY_BRANCH_ID_AND_XID
protected static final String DELETE_BY_BRANCH_XIDS
protected static final String DELETE_BY_DATE_AND_STATUS
public static String getUpdateStatusSQLByBranchIdAndXid(String localTccTable)
public static String getDeleteSQLByBranchIdAndXid(String localTccTable)
public static String getDeleteSQLByXids(String localTccTable, String paramsPlaceHolder)
Copyright © 2022 Seata. All rights reserved.