| Class | Description |
|---|---|
| DelegatingConnection |
JDBC
Connection implementation that delegates all calls to
another connection. |
| ReadOnlyModeAwareDataSource |
A
DataSource implementation that prevents execution of queries
altering the database when read-only mode is enabled. |
| Exception | Description |
|---|---|
| ReadOnlySQLException |
A
SQLException thrown when attempting to execute a non-authorized
operation while a ReadOnlyModeAwareDataSource is in read-only
mode |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.