Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.ConstraintRange
-
Packages that use ConstraintRange Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of ConstraintRange in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return ConstraintRange Modifier and Type Method Description ConstraintRange
ParamConstraint. getRange()
Get 约束类型为section时的范围 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type ConstraintRange Modifier and Type Method Description void
ParamConstraint. setRange(ConstraintRange Range)
Set 约束类型为section时的范围 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type ConstraintRange Constructor Description ConstraintRange(ConstraintRange 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.
-