Uses of Class
com.tencentcloudapi.postgres.v20170312.models.NormalQueryItem
-
Packages that use NormalQueryItem Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of NormalQueryItem in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return NormalQueryItem Modifier and Type Method Description NormalQueryItem[]
SlowlogDetail. getNormalQueries()
Get 脱敏后的慢SQL列表Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type NormalQueryItem Modifier and Type Method Description void
SlowlogDetail. setNormalQueries(NormalQueryItem[] NormalQueries)
Set 脱敏后的慢SQL列表Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type NormalQueryItem Constructor Description NormalQueryItem(NormalQueryItem 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.
-