Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.DatabaseFunction
-
Packages that use DatabaseFunction Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of DatabaseFunction in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return DatabaseFunction Modifier and Type Method Description DatabaseFunction[]DescribeDatabaseObjectsResponse. getFuncs()Get 函数列表。Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type DatabaseFunction Modifier and Type Method Description voidDescribeDatabaseObjectsResponse. setFuncs(DatabaseFunction[] Funcs)Set 函数列表。Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type DatabaseFunction Constructor Description DatabaseFunction(DatabaseFunction 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.
-