public class DdlOption extends AbstractModel
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类型,如Database,Table,View,Index等
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getDdlValue()
Get ddl具体值,对于Database可取值[Create,Drop,Alter]
对于Table可取值[Create,Drop,Alter,Truncate,Rename] 对于View可取值[Create,Drop] 对于Index可取值[Create,Drop] 注意:此字段可能返回 null,表示取不到有效值。 |
void |
setDdlObject(String DdlObject)
Set ddl类型,如Database,Table,View,Index等
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDdlValue(String[] DdlValue)
Set ddl具体值,对于Database可取值[Create,Drop,Alter]
对于Table可取值[Create,Drop,Alter,Truncate,Rename] 对于View可取值[Create,Drop] 对于Index可取值[Create,Drop] 注意:此字段可能返回 null,表示取不到有效值。 |
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DdlOption()
public DdlOption(DdlOption source)
public String getDdlObject()
public void setDdlObject(String DdlObject)
DdlObject
- ddl类型,如Database,Table,View,Index等
注意:此字段可能返回 null,表示取不到有效值。public String[] getDdlValue()
public void setDdlValue(String[] DdlValue)
DdlValue
- ddl具体值,对于Database可取值[Create,Drop,Alter]Copyright © 2023. All rights reserved.