public class StatementOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
StatementOutput() |
StatementOutput(StatementOutput source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
KVPair[] |
getData()
Get Statement数据
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getErrorMessage()
Get 错误堆栈信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrorName()
Get 错误名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrorValue()
Get 错误类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getExecutionCount()
Get 执行总数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSQLResult()
Get SQL类型任务结果返回
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get Statement状态:ok,error
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setData(KVPair[] Data)
Set Statement数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorMessage(String[] ErrorMessage)
Set 错误堆栈信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorName(String ErrorName)
Set 错误名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorValue(String ErrorValue)
Set 错误类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExecutionCount(Long ExecutionCount)
Set 执行总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSQLResult(String SQLResult)
Set SQL类型任务结果返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set Statement状态:ok,error
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StatementOutput()
public StatementOutput(StatementOutput source)
public Long getExecutionCount()
public void setExecutionCount(Long ExecutionCount)
ExecutionCount
- 执行总数
注意:此字段可能返回 null,表示取不到有效值。public KVPair[] getData()
public void setData(KVPair[] Data)
Data
- Statement数据
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- Statement状态:ok,error
注意:此字段可能返回 null,表示取不到有效值。public String getErrorName()
public void setErrorName(String ErrorName)
ErrorName
- 错误名称
注意:此字段可能返回 null,表示取不到有效值。public String getErrorValue()
public void setErrorValue(String ErrorValue)
ErrorValue
- 错误类型
注意:此字段可能返回 null,表示取不到有效值。public String[] getErrorMessage()
public void setErrorMessage(String[] ErrorMessage)
ErrorMessage
- 错误堆栈信息
注意:此字段可能返回 null,表示取不到有效值。public String getSQLResult()
public void setSQLResult(String SQLResult)
SQLResult
- SQL类型任务结果返回
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.