| 构造器和说明 |
|---|
StartLocalTransactionRequest(String tableName,
PrimaryKey key)
Initialize the StartLocalTransactionRequest instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOperationName() |
PrimaryKey |
getPrimaryKey()
Get the primary key of this row.
|
String |
getTableName()
Get the name of the table.
|
void |
setPrimaryKey(PrimaryKey primaryKey)
Add the name and value of the primary key (Primary Key) column.
|
void |
setTableName(String tableName)
Set the name of the table.
|
public StartLocalTransactionRequest(String tableName, PrimaryKey key)
tableName - The name of the table.key - The primary key. For a local transaction, only the first primary key needs to be specified.public void setTableName(String tableName)
public String getTableName()
public void setPrimaryKey(PrimaryKey primaryKey)
primaryKey - The primary key of the row.public PrimaryKey getPrimaryKey()
public String getOperationName()
getOperationName 在接口中 RequestCopyright © 2025. All Rights Reserved.