Package | Description |
---|---|
org.postgresql.jdbc |
Modifier and Type | Field and Description |
---|---|
private PgConnection.ReadOnlyBehavior |
PgConnection.readOnlyBehavior |
Modifier and Type | Method and 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.
|