Uses of Class
org.postgresql.xa.PGXAConnection.State
-
Packages that use PGXAConnection.State Package Description org.postgresql.xa -
-
Uses of PGXAConnection.State in org.postgresql.xa
Fields in org.postgresql.xa declared as PGXAConnection.State Modifier and Type Field Description private PGXAConnection.State
PGXAConnection. state
Methods in org.postgresql.xa that return PGXAConnection.State Modifier and Type Method Description static PGXAConnection.State
PGXAConnection.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PGXAConnection.State[]
PGXAConnection.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-