public class SQLTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
SQLTask() |
SQLTask(SQLTask 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[] |
getConfig()
Get Task configuration information
|
String |
getSQL()
Get Base64-encrypted SQL statement
|
void |
setConfig(KVPair[] Config)
Set Task configuration information
|
void |
setSQL(String SQL)
Set Base64-encrypted SQL statement
|
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 SQLTask()
public SQLTask(SQLTask source)
public String getSQL()
public void setSQL(String SQL)
SQL
- Base64-encrypted SQL statementpublic KVPair[] getConfig()
public void setConfig(KVPair[] Config)
Config
- Task configuration informationCopyright © 2024. All rights reserved.