Uses of Class
org.pjdbc.sql.AbstractDriver
Packages that use AbstractDriver
-
Uses of AbstractDriver in org.pjdbc.drivers
Subclasses of AbstractDriver 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.classFederatingDriver queries multiple databases and merges results.classFilterDriver transforms SQL statements using configurable transformers.classIn-memory mock driver for testing JDBC code without a real database.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 AbstractDriver in org.pjdbc.sql
Subclasses of AbstractDriver in org.pjdbc.sqlModifier and TypeClassDescriptionclassBase class for PJDBC proxy drivers that wrap and delegate to other JDBC drivers.