public static class ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
affectRows
The estimated number of affected rows.
|
String |
checkSQL
The SQL statement.
|
Long |
dbId
The ID of the database.
|
String |
SQLReviewQueryKey
The key that is used to query the details of optimization suggestions.
|
String |
sqlReviewStatus
The review status of the SQL statement.
|
String |
sqlType
The type of the SQL statement, such as DELETE, UPDATE, or ALTER_TABLE.
|
String |
tableNames
The name of the table whose data is changed.
|
| 构造器和说明 |
|---|
ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList() |
@NameInMap(value="AffectRows") public Long affectRows
The estimated number of affected rows.
example:0
@NameInMap(value="CheckSQL") public String checkSQL
The SQL statement.
example:OPTIMIZE TABLE Text_TableNames
@NameInMap(value="DbId") public Long dbId
The ID of the database.
example:1930****
@NameInMap(value="SQLReviewQueryKey") public String SQLReviewQueryKey
The key that is used to query the details of optimization suggestions. You can call the GetSQLReviewOptimizeDetail operation to query the details of optimization suggestions based on the key.
example:b9e771fc6ec247dea6d06a32c777****
@NameInMap(value="SqlReviewStatus") public String sqlReviewStatus
The review status of the SQL statement. Valid values:
WAITING
@NameInMap(value="SqlType") public String sqlType
The type of the SQL statement, such as DELETE, UPDATE, or ALTER_TABLE.
example:OPTIMIZE
@NameInMap(value="TableNames") public String tableNames
The name of the table whose data is changed.
example:Text_TableNames
public ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList()
public static ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList build(Map<String,?> map) throws Exception
Exceptionpublic ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList setAffectRows(Long affectRows)
public Long getAffectRows()
public ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList setCheckSQL(String checkSQL)
public String getCheckSQL()
public ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList setDbId(Long dbId)
public Long getDbId()
public ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList setSQLReviewQueryKey(String SQLReviewQueryKey)
public String getSQLReviewQueryKey()
public ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList setSqlReviewStatus(String sqlReviewStatus)
public String getSqlReviewStatus()
public ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList setSqlType(String sqlType)
public String getSqlType()
public ListDataCorrectPreCheckSQLResponseBody.ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList setTableNames(String tableNames)
public String getTableNames()
Copyright © 2025. All rights reserved.