@LoadLevel(name="mysql") public class MysqlLogStoreSqls extends AbstractLogStoreSqls
| Modifier and Type | Field and Description |
|---|---|
static String |
INSERT_BRANCH_TRANSACTION_MYSQL
The constant INSERT_BRANCH_TRANSACTION_MYSQL.
|
static String |
INSERT_GLOBAL_TRANSACTION_MYSQL
The constant INSERT_GLOBAL_TRANSACTION_MYSQL.
|
static String |
QUERY_GLOBAL_TRANSACTION_BY_STATUS_MYSQL
The constant QUERY_GLOBAL_TRANSACTION_BY_STATUS.
|
static String |
QUERY_GLOBAL_TRANSACTION_FOR_RECOVERY_MYSQL
The constant QUERY_GLOBAL_TRANSACTION_FOR_RECOVERY_MYSQL.
|
static String |
UPDATE_BRANCH_STATUS_APPLICATION_DATA_MYSQL |
static String |
UPDATE_BRANCH_TRANSACTION_STATUS_MYSQL
The constant UPDATE_BRANCH_TRANSACTION_STATUS_MYSQL.
|
static String |
UPDATE_GLOBAL_TRANSACTION_STATUS_BY_STATUS_MYSQL
The constant UPDATE_GLOBAL_TRANSACTION_STATUS_BY_STATUS_MYSQL.
|
static String |
UPDATE_GLOBAL_TRANSACTION_STATUS_MYSQL
The constant UPDATE_GLOBAL_TRANSACTION_STATUS_MYSQL.
|
ALL_BRANCH_COLUMNS, ALL_GLOBAL_COLUMNS, BRANCH_TABLE_PLACEHOLD, DELETE_BRANCH_TRANSACTION_BY_BRANCH_ID, DELETE_BRANCH_TRANSACTION_BY_XID, DELETE_GLOBAL_TRANSACTION, GLOBAL_TABLE_PLACEHOLD, PRAMETER_PLACEHOLD, QUERY_ALL_BRANCH_WITH_XID, QUERY_BRANCH_TRANSACTION, QUERY_BRANCH_TRANSACTION_XIDS, QUERY_GLOBAL_TRANSACTION, QUERY_GLOBAL_TRANSACTION_BY_ID, QUERY_MAX_BTANCH_ID, QUERY_MAX_TRANS_ID, WHERE_PLACEHOLD| Constructor and Description |
|---|
MysqlLogStoreSqls() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInsertBranchTransactionSQL(String branchTable)
Get insert branch transaction sql string.
|
String |
getInsertGlobalTransactionSQL(String globalTable)
Get insert global transaction sql string.
|
String |
getQueryGlobalTransactionForRecoverySQL(String globalTable)
Get query global transaction for recovery sql string.
|
String |
getQueryGlobalTransactionSQLByStatus(String globalTable,
String paramsPlaceHolder)
Get query global transaction sql by status string.
|
String |
getUpdateBranchTransactionStatusAppDataSQL(String branchTable)
Get update branch transaction status and app data sql string.
|
String |
getUpdateBranchTransactionStatusSQL(String branchTable)
Get update branch transaction status sql string.
|
String |
getUpdateGlobalTransactionStatusByStatusSQL(String globalTable)
Get update global transaction status sql string.
|
String |
getUpdateGlobalTransactionStatusSQL(String globalTable)
Get update global transaction status sql string.
|
getAllBranchSessionSQL, getAllGlobalSessionSql, getDeleteBranchTransactionByBranchIdSQL, getDeleteBranchTransactionByXId, getDeleteGlobalTransactionSQL, getQueryBranchMax, getQueryBranchTransaction, getQueryBranchTransaction, getQueryGlobalMax, getQueryGlobalTransactionSQL, getQueryGlobalTransactionSQLByTransactionIdpublic static final String INSERT_GLOBAL_TRANSACTION_MYSQL
public static final String UPDATE_GLOBAL_TRANSACTION_STATUS_MYSQL
public static final String UPDATE_GLOBAL_TRANSACTION_STATUS_BY_STATUS_MYSQL
public static final String QUERY_GLOBAL_TRANSACTION_BY_STATUS_MYSQL
public static final String QUERY_GLOBAL_TRANSACTION_FOR_RECOVERY_MYSQL
public static final String INSERT_BRANCH_TRANSACTION_MYSQL
public static final String UPDATE_BRANCH_TRANSACTION_STATUS_MYSQL
public static final String UPDATE_BRANCH_STATUS_APPLICATION_DATA_MYSQL
public String getInsertGlobalTransactionSQL(String globalTable)
LogStoreSqlsgetInsertGlobalTransactionSQL in interface LogStoreSqlsgetInsertGlobalTransactionSQL in class AbstractLogStoreSqlsglobalTable - the global tablepublic String getUpdateGlobalTransactionStatusSQL(String globalTable)
LogStoreSqlsgetUpdateGlobalTransactionStatusSQL in interface LogStoreSqlsgetUpdateGlobalTransactionStatusSQL in class AbstractLogStoreSqlsglobalTable - the global tablepublic String getUpdateGlobalTransactionStatusByStatusSQL(String globalTable)
LogStoreSqlsglobalTable - the global tablepublic String getQueryGlobalTransactionSQLByStatus(String globalTable, String paramsPlaceHolder)
LogStoreSqlsgetQueryGlobalTransactionSQLByStatus in interface LogStoreSqlsgetQueryGlobalTransactionSQLByStatus in class AbstractLogStoreSqlsglobalTable - the global tableparamsPlaceHolder - the params place holderpublic String getQueryGlobalTransactionForRecoverySQL(String globalTable)
LogStoreSqlsgetQueryGlobalTransactionForRecoverySQL in interface LogStoreSqlsgetQueryGlobalTransactionForRecoverySQL in class AbstractLogStoreSqlsglobalTable - the global tablepublic String getInsertBranchTransactionSQL(String branchTable)
LogStoreSqlsgetInsertBranchTransactionSQL in interface LogStoreSqlsgetInsertBranchTransactionSQL in class AbstractLogStoreSqlsbranchTable - the branch tablepublic String getUpdateBranchTransactionStatusSQL(String branchTable)
LogStoreSqlsgetUpdateBranchTransactionStatusSQL in interface LogStoreSqlsgetUpdateBranchTransactionStatusSQL in class AbstractLogStoreSqlsbranchTable - the branch tablepublic String getUpdateBranchTransactionStatusAppDataSQL(String branchTable)
LogStoreSqlsbranchTable - the branch tableCopyright © 2023 Seata. All rights reserved.