Uses of Enum Class
org.postgresql.jdbc.PgConnection.ReadOnlyBehavior
Packages that use PgConnection.ReadOnlyBehavior
-
Uses of PgConnection.ReadOnlyBehavior in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as PgConnection.ReadOnlyBehaviorModifier and TypeFieldDescriptionprivate final PgConnection.ReadOnlyBehavior
PgConnection.readOnlyBehavior
Methods in org.postgresql.jdbc that return PgConnection.ReadOnlyBehaviorModifier and TypeMethodDescriptionprivate static PgConnection.ReadOnlyBehavior
PgConnection.getReadOnlyBehavior
(String property) Returns the enum constant of this class with the specified name.static PgConnection.ReadOnlyBehavior[]
PgConnection.ReadOnlyBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.