Uses of Class
org.pjdbc.sql.AbstractDriver

Packages that use AbstractDriver
Package
Description
 
 
  • Uses of AbstractDriver in org.pjdbc.drivers

    Modifier and Type
    Class
    Description
    class 
    Pass-through driver that forwards all calls unchanged to the target driver.
    class 
    ChaosDriver injects configurable failures and latency for resilience testing.
    class 
    CircuitBreakerDriver implements the circuit breaker pattern for fault tolerance.
    class 
    DataMaskingDriver masks sensitive data in query results on-the-fly.
    class 
    FederatingDriver queries multiple databases and merges results.
    class 
    FilterDriver transforms SQL statements using configurable transformers.
    class 
    In-memory mock driver for testing JDBC code without a real database.
    class 
    ReadonlyDriver enforces read-only database access by blocking write operations.
    class 
    RetryDriver automatically retries failed queries on transient errors.
    class 
    SchemaValidationDriver validates SQL statements against a defined schema.
    class 
    Discards all SQL operations without executing them.
    class 
    Replicates write operations across multiple database connections.
    class 
    TimeoutDriver enforces query timeout limits on all statements.
    class 
    Maps application usernames to database credentials.
  • Uses of AbstractDriver in org.pjdbc.sql

    Subclasses of AbstractDriver in org.pjdbc.sql
    Modifier and Type
    Class
    Description
    class 
    Base class for PJDBC proxy drivers that wrap and delegate to other JDBC drivers.