Uses of Class
org.pjdbc.sql.AbstractProxyDriver
Packages that use AbstractProxyDriver
-
Uses of AbstractProxyDriver in org.pjdbc.drivers
Subclasses of AbstractProxyDriver in org.pjdbc.driversModifier and TypeClassDescriptionclassPass-through driver that forwards all calls unchanged to the target driver.classChaosDriver injects configurable failures and latency for resilience testing.classCircuitBreakerDriver implements the circuit breaker pattern for fault tolerance.classDataMaskingDriver masks sensitive data in query results on-the-fly.classFilterDriver transforms SQL statements using configurable transformers.classReadonlyDriver enforces read-only database access by blocking write operations.classRetryDriver automatically retries failed queries on transient errors.classSchemaValidationDriver validates SQL statements against a defined schema.classDiscards all SQL operations without executing them.classReplicates write operations across multiple database connections.classTimeoutDriver enforces query timeout limits on all statements.classMaps application usernames to database credentials. -
Uses of AbstractProxyDriver in org.pjdbc.sql
Methods in org.pjdbc.sql that return AbstractProxyDriverModifier and TypeMethodDescriptionprotected AbstractProxyDriverProxyConnection.getProxyDriver()Get the proxy driver for subclass access.Constructors in org.pjdbc.sql with parameters of type AbstractProxyDriverModifierConstructorDescriptionProxyConnection(Connection conn, AbstractProxyDriver driver, String url, Properties info) Create a proxy connection.