public enum PostgreSQLVendorError extends Enum<PostgreSQLVendorError> implements org.apache.shardingsphere.infra.util.exception.external.sql.vendor.VendorError
| Modifier and Type | Method and Description |
|---|---|
int |
getVendorCode() |
static PostgreSQLVendorError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgreSQLVendorError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getVendorCode()
getVendorCode in interface org.apache.shardingsphere.infra.util.exception.external.sql.vendor.VendorErrorCopyright © 2023 The Apache Software Foundation. All rights reserved.