public enum PostgreSQLVendorError extends Enum<PostgreSQLVendorError> implements org.apache.shardingsphere.infra.util.exception.external.sql.vendor.VendorError
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getVendorCode() |
static PostgreSQLVendorError |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PostgreSQLVendorError[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PostgreSQLVendorError SUCCESSFUL_COMPLETION
public static final PostgreSQLVendorError PRIVILEGE_NOT_GRANTED
public static final PostgreSQLVendorError PROTOCOL_VIOLATION
public static final PostgreSQLVendorError FEATURE_NOT_SUPPORTED
public static final PostgreSQLVendorError DUPLICATE_DATABASE
public static final PostgreSQLVendorError INVALID_AUTHORIZATION_SPECIFICATION
public static final PostgreSQLVendorError NO_USERNAME
public static final PostgreSQLVendorError INVALID_PASSWORD
public static final PostgreSQLVendorError INVALID_CATALOG_NAME
public static final PostgreSQLVendorError UNDEFINED_COLUMN
public static final PostgreSQLVendorError DATA_SOURCE_REJECTED_CONNECTION_ATTEMPT
public static final PostgreSQLVendorError TRANSACTION_STATE_INVALID
public static final PostgreSQLVendorError WRONG_VALUE_COUNT_ON_ROW
public static final PostgreSQLVendorError INVALID_PARAMETER_VALUE
public static final PostgreSQLVendorError SYSTEM_ERROR
public static PostgreSQLVendorError[] values()
for (PostgreSQLVendorError c : PostgreSQLVendorError.values()) System.out.println(c);
public static PostgreSQLVendorError valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public int getVendorCode()
getVendorCode 在接口中 org.apache.shardingsphere.infra.util.exception.external.sql.vendor.VendorErrorCopyright © 2022 The Apache Software Foundation. All rights reserved.