Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.ParsedTableInfoNew
-
Packages that use ParsedTableInfoNew Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of ParsedTableInfoNew in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return ParsedTableInfoNew Modifier and Type Method Description ParsedTableInfoNew[]CompareIdlFilesResponse. getTableInfos()Get 读取IDL描述文件后,根据用户指示的所选中表格解析校验结果ParsedTableInfoNew[]VerifyIdlFilesResponse. getTableInfos()Get 读取IDL描述文件后解析出的合法表列表,不包含已经创建的表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ParsedTableInfoNew Modifier and Type Method Description voidCompareIdlFilesResponse. setTableInfos(ParsedTableInfoNew[] TableInfos)Set 读取IDL描述文件后,根据用户指示的所选中表格解析校验结果voidVerifyIdlFilesResponse. setTableInfos(ParsedTableInfoNew[] TableInfos)Set 读取IDL描述文件后解析出的合法表列表,不包含已经创建的表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ParsedTableInfoNew Constructor Description ParsedTableInfoNew(ParsedTableInfoNew 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.
-