Uses of Class
com.tencentcloudapi.dbbrain.v20191016.models.SchemaItem
-
Packages that use SchemaItem Package Description com.tencentcloudapi.dbbrain.v20191016.models -
-
Uses of SchemaItem in com.tencentcloudapi.dbbrain.v20191016.models
Methods in com.tencentcloudapi.dbbrain.v20191016.models that return SchemaItem Modifier and Type Method Description SchemaItem[]DescribeSlowLogTopSqlsRequest. getSchemaList()Get 数据库名称数组。Methods in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type SchemaItem Modifier and Type Method Description voidDescribeSlowLogTopSqlsRequest. setSchemaList(SchemaItem[] SchemaList)Set 数据库名称数组。Constructors in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type SchemaItem Constructor Description SchemaItem(SchemaItem 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.
-