Uses of Enum Class
org.postgresql.util.PSQLState
Packages that use PSQLState
-
Uses of PSQLState in org.postgresql.util
Subclasses with type arguments of type PSQLState in org.postgresql.utilMethods in org.postgresql.util that return PSQLStateModifier and TypeMethodDescriptionstatic PSQLStateReturns the enum constant of this class with the specified name.static PSQLState[]PSQLState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.postgresql.util with parameters of type PSQLStateModifierConstructorDescriptionPSQLException(String msg, PSQLState state) PSQLException(String msg, PSQLState state, Throwable cause)