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