Uses of Annotation Interface
org.pjdbc.annotations.DriverParameters

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

    Classes in org.pjdbc.drivers with annotations of type DriverParameters
    Modifier and Type
    Class
    Description
    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 
    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 
    TimeoutDriver enforces query timeout limits on all statements.