public class DdlOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DdlOption() | 
| DdlOption(DdlOption 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 | 
|---|---|
| String | getDdlObject()Get DDL type, such as database, table, view, and index. | 
| String[] | getDdlValue()Get DDL value. | 
| void | setDdlObject(String DdlObject)Set DDL type, such as database, table, view, and index. | 
| void | setDdlValue(String[] DdlValue)Set DDL value. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DdlOption()
public DdlOption(DdlOption source)
public String getDdlObject()
public void setDdlObject(String DdlObject)
DdlObject - DDL type, such as database, table, view, and index.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getDdlValue()
public void setDdlValue(String[] DdlValue)
DdlValue - DDL value. Valid values: [Create,Drop,Alter] for database Copyright © 2025. All rights reserved.