Uses of Class
com.tencentcloudapi.postgres.v20170312.PostgresErrorCode
-
Packages that use PostgresErrorCode Package Description com.tencentcloudapi.postgres.v20170312 -
-
Uses of PostgresErrorCode in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return PostgresErrorCode Modifier and Type Method Description static PostgresErrorCode
PostgresErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostgresErrorCode[]
PostgresErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-