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