Uses of Class
org.apache.shardingsphere.dialect.postgresql.vendor.PostgreSQLVendorError
-
Packages that use PostgreSQLVendorError Package Description org.apache.shardingsphere.dialect.postgresql.vendor -
-
Uses of PostgreSQLVendorError in org.apache.shardingsphere.dialect.postgresql.vendor
Methods in org.apache.shardingsphere.dialect.postgresql.vendor that return PostgreSQLVendorError Modifier and Type Method Description static PostgreSQLVendorErrorPostgreSQLVendorError. valueOf(String name)Returns the enum constant of this type with the specified name.static PostgreSQLVendorError[]PostgreSQLVendorError. values()Returns an array containing the constants of this enum type, in the order they are declared.
-