Uses of Enum Class
org.postgresql.jdbc.PgConnection.ReadOnlyBehavior
Packages that use PgConnection.ReadOnlyBehavior
-
Uses of PgConnection.ReadOnlyBehavior in org.postgresql.jdbc
Subclasses with type arguments of type PgConnection.ReadOnlyBehavior in org.postgresql.jdbcFields in org.postgresql.jdbc declared as PgConnection.ReadOnlyBehaviorModifier and TypeFieldDescriptionprivate final PgConnection.ReadOnlyBehaviorPgConnection.readOnlyBehaviorMethods in org.postgresql.jdbc that return PgConnection.ReadOnlyBehaviorModifier and TypeMethodDescriptionprivate static PgConnection.ReadOnlyBehaviorPgConnection.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.